disable_doc
Prevent automated crawling of a specific document by specifying its name. Use this feature to control document accessibility in the open-docs-mcp server.
Instructions
Disable crawling for a specific doc
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Name of the doc to disable |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the doc to disable",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}