Skip to main content
Glama

MCP Documentation Service

move_document

Transfer a document from one location to another and optionally update its references in other files. Simplify file management and ensure consistency in documentation workflows.

Instructions

Move a document from one location to another. Optionally updates references to the document in other files.

Input Schema

NameRequiredDescriptionDefault
destinationPathYes
pathNo
sourcePathYes
updateReferencesNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "destinationPath": { "type": "string" }, "path": { "type": "string" }, "sourcePath": { "type": "string" }, "updateReferences": { "default": true, "type": "boolean" } }, "required": [ "sourcePath", "destinationPath" ], "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