Skip to main content
Glama

documcp

by tosin2013

recommend_ssg

Analyzes project requirements to recommend the most suitable static site generator based on simplicity, features, or performance priority and preferred coding ecosystem.

Instructions

Recommend the best static site generator based on project analysis

Input Schema

NameRequiredDescriptionDefault
analysisIdYesID from previous repository analysis
preferencesNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "analysisId": { "description": "ID from previous repository analysis", "type": "string" }, "preferences": { "additionalProperties": false, "properties": { "ecosystem": { "enum": [ "javascript", "python", "ruby", "go", "any" ], "type": "string" }, "priority": { "enum": [ "simplicity", "features", "performance" ], "type": "string" } }, "type": "object" } }, "required": [ "analysisId" ], "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/tosin2013/documcp'

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