read-docs
Read Mprove documentation pages sourced from https://docs.mprove.io/content/docs/docs-for-ai.mdx. Call with pageIds to read one or more pages in one tool call.
Request Body
application/json
Response Body
application/json
Input
{
"pageIds": [
"string"
]
}Output
{
"ok": true,
"readDocsResults": [
{
"pageId": "string",
"content": "string"
}
]
}