Skip to main content
Glama

DeSo MCP Server

read_repository_document

Extract and retrieve specific documents from the DeSo repository using a defined path and repository name, enabling efficient access to essential development resources.

Instructions

Read a specific document from the DeSo repository

Input Schema

NameRequiredDescriptionDefault
pathYesRelative path to the document (e.g., 'docs/deso-tutorial-build-apps.md')
repositoryNoRepository name

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Relative path to the document (e.g., 'docs/deso-tutorial-build-apps.md')", "type": "string" }, "repository": { "description": "Repository name", "enum": [ "docs", "core", "identity", "frontend", "backend", "deso-js" ], "type": "string" } }, "required": [ "path" ], "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/deso-protocol/deso-mcp'

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