Skip to main content
Glama
camoran89

Satrack Documentation Generator MCP

by camoran89

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
executeA

Herramienta unificada del MCP de documentación Satrack. IMPORTANTE: este MCP corre en un servidor remoto y NO accede al filesystem del usuario. El cliente (agente IDE) DEBE: (a) llamar get_documentation_rules para obtener AGENTS.md (fuente de verdad), (b) leer los archivos del workspace con sus propias herramientas y enviar su contenido en sourceFiles cuando aplique, (c) tomar la respuesta del MCP como punto de partida y ajustarla a AGENTS.md, (d) escribir los archivos finales en disco localmente. Todas las acciones se invocan pasando action + params (JSON string). Acciones:

  • get_user_info: Verifica sesión Azure AD. params: {} | { token: "..." } (token solo para validación puntual; para autenticación permanente coloca el sk-... en mcp.json -> headers.Authorization)

  • generate_documentation: Devuelve AGENTS.md + plantillas a escribir LOCALMENTE. params: { outputPath, projectName, siteName, sourceFiles?, ... }. sourceFiles debe contener el contenido (no rutas) leído por el agente.

  • get_documentation_rules: Lee AGENTS.md del servidor (LLAMAR PRIMERO). params: {}

  • get_autogen_guide: Lee autogen-guide.md. params: {}

  • get_component_generation_prompt: Obtiene prompt de componentes. params: {}

  • report_validation: Registra reporte en BD. params: { analysis_type, user, files_analyzed, findings, summary, ... }

  • publish_documentation: Publica en Azure Storage. params: { projectPath, siteName?, skipBuild? }

  • generate_architecture_documentation: Docs multi-proyecto. params: { outputPath, architectureName, siteName, rootPath? | projects? }

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/camoran89/mcp-docs'

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