list_all_docs
Retrieve a comprehensive list of all documents, including disabled entries, with optional detailed information for enhanced document management on the open-docs-mcp server.
Instructions
List all available docs including disabled ones
Input Schema
Name | Required | Description | Default |
---|---|---|---|
verbose | No | Whether to show detailed information |
Input Schema (JSON Schema)
{
"properties": {
"verbose": {
"default": false,
"description": "Whether to show detailed information",
"type": "boolean"
}
},
"type": "object"
}