Skip to main content
Glama

MCP Documentation Service

rename_document

Efficiently rename a document in the MCP Documentation Service without altering its content or location. Optionally updates references to the document across other files for consistency.

Instructions

Rename a document while preserving its location and content. Optionally updates references to the document in other files.

Input Schema

NameRequiredDescriptionDefault
newNameYes
pathYes
updateReferencesNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "newName": { "type": "string" }, "path": { "type": "string" }, "updateReferences": { "default": true, "type": "boolean" } }, "required": [ "path", "newName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alekspetrov/mcp-docs-service'

If you have feedback or need assistance with the MCP directory API, please join our Discord server