glama-status-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| glama_statusA | Fleet-wide Glama score tracker -- query per-tool TDQS grades. Identifies worst-scoring tools, trigger rescans. When to use: check fleet repo Glama scores, find tools needing docstring fixes, or trigger a refresh. When NOT to use: for code diagnostics use the repo's own tools; for Glama submission/review use glama.ai directly. Preconditions: repo must have been submitted to Glama and scored. Operations:
|
| glama_scores_summaryB | Return compact fleet-wide score summary. Grades per repo and count per grade bucket. Returns: success, grade_distribution, repos, count, message. |
| glama_daily_reportA | Generate daily fleet health report. Includes grade distribution, recent changes, worst tools, stale repos. When to use: once daily for comprehensive fleet Glama score overview. When NOT to use: for single repo details use glama_status(get). Preconditions: at least one refresh must have been run. |
| show_glama_status_cardA | Show fleet Glama score overview as a rich Prefab card. Displays grade distribution, per-repo scores (worst first), worst tools across the fleet, and stale repos in a structured dashboard card suitable for in-chat viewing. Return FormatToolResult with PrefabApp card and plain-text fallback. Examplesawait show_glama_status_card() |
| show_glama_repo_cardA | Show per-repo Glama score breakdown as a rich Prefab card. Displays overall grade, TDQS scores, coherence dimensions, maintenance grade, and per-tool scores for a single repo. |
| glama_agentic_analyzeB | Analyze Glama scores with LLM sampling and generate fixable todos. Uses the connected LLM (via MCP ctx.sample) to intelligently analyze a repo's tool docstring scores and produce actionable fix tasks. |
| glama_generate_reportsA | Generate markdown analysis reports for repos. Creates per-repo fix-todo reports in the reports/ directory, suitable for ingestion by IDE LLMs. If repo_name is empty, generates reports for all scored repos. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| glama_improvement_plan | Generate a docstring improvement plan for a repo from its Glama scores. |
| glama_fleet_analysis_prompt | Generate a fleet-wide Glama analysis prompt for the connected LLM. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Prefab Renderer (show_glama_status_card) | |
| Prefab Renderer (show_glama_repo_card) |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/sandraschi/glama-status-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server