Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FASTMCP_DEBUGNoEnable verbose output for troubleshootingfalse

Tools

Functions exposed to the LLM to take actions

NameDescription
enhance_prompt

Automatically enhance a coding prompt with quality requirements, codebase context, and tool recommendations.

Args: prompt: The original developer prompt task_type: Override auto-detection (generation|refactor|debug|review|test|planning|auto) context_level: How much context to gather (minimal|auto|comprehensive)

Returns: Enhanced prompt with quality requirements and tool recommendations

analyze_intent

Analyze a prompt without enhancement, returning the detected intent, entities, and recommended approach.

Args: prompt: The developer prompt to analyze

Returns: Structured intent analysis

get_quality_standards

Retrieve quality standards for a language/framework combination.

Args: language: Programming language (typescript, python, etc.) framework: Optional framework (react, fastapi, etc.) category: Filter to specific category (security|architecture|style|all)

Returns: Quality standards for the specified language/framework

suggest_tools

Suggest which MCP tools should be used for a given intent.

Args: intent_description: Description of what you're trying to do available_mcps: Comma-separated list of available MCPs (optional) discover_capabilities: If True, query actual MCP capabilities for recommended MCPs

Returns: Tool recommendations with priorities and reasons

get_verification_checklist

Get a verification checklist for a specific task type.

Args: task_type: Type of task (generation|refactor|debug|review|test) touches_security: Whether the task involves security-sensitive code

Returns: Verification checklist appropriate for the task

validate_code_quality

Validate generated code against quality standards.

Args: code: The code to validate language: Programming language (python|typescript|javascript|rust|go|auto) check_security: Validate against security standards check_architecture: Validate against architecture standards check_style: Validate against language-specific style standards severity_threshold: Minimum severity to include in results (error|warning|info)

Returns: Validation results with pass/fail, score, violations, and summary

validate_plan_quality

Validate a plan for implementation by a less capable model. Returns a quality score and list of issues that need fixing.

Args: plan: The plan text to validate target_model: Model that will implement (haiku|flash|cheap|capable) Cheaper models require stricter plan quality.

Returns: Quality scores, issues list, and ready_for_cheap_model flag

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/S-Corkum/mirdan'

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