Skip to main content
Glama

MCP Maker

save_mcp_docs

Store MCP documentation text securely for future reference by providing a key and document text, ensuring easy retrieval and organization within the MCP Maker server.

Instructions

Saves MCP documentation text directly and stores it for future reference

Input Schema

NameRequiredDescriptionDefault
doc_textYes
keyYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "doc_text": { "minLength": 1, "type": "string" }, "key": { "minLength": 1, "type": "string" } }, "required": [ "key", "doc_text" ], "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/CaptainCrouton89/mcp-maker'

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