Skip to main content
Glama

MCP Maker

save_mcp_docs

Store MCP documentation securely by saving text with a unique key for easy retrieval and future reference, enhancing project organization on 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