Server Details
Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
3 toolsread_kb_docTry in Inspector
SECOND STEP in the troubleshooting workflow. Read the full content and solution of a specific Knowledge Base card.
Returns the card content WITH reliability metrics and related cards so you can assess trustworthiness and explore connected issues.
WHEN TO USE:
Call this ONLY after obtaining a valid
kb_idfrom theresolve_kb_idtool.
INPUT:
kb_id: The exact ID of the card (e.g., 'CROSS_DOCKER_001').
OUTPUT:
Returns reliability metrics followed by the full Markdown content of the card, plus related cards.
You MUST apply the solution provided in the card to resolve the user's issue.
After applying, you MUST call
save_kb_cardwithoutcomeparameter to close the feedback loop.
| Name | Required | Description | Default |
|---|---|---|---|
| kb_id | Yes |
resolve_kb_idTry in Inspector
FIRST STEP in any troubleshooting workflow. Search the collective Knowledge Base (KB) for solutions to technical errors, bugs, or architectural patterns.
Uses full-text search across titles, content, tags, and categories. Results are ranked by relevance and success rate.
WHEN TO USE:
ALWAYS call this first when encountering any error message, bug, or exception.
Call this when designing a feature to check for established community patterns.
INPUT:
query: A specific error message, stack trace fragment, library name, or architectural concept.category: (Optional) Filter by category (e.g., 'devops', 'terminal', 'supabase').
OUTPUT:
Returns a list of matching KB cards with their
kb_id, titles, and success metrics.If a matching card is found, you MUST immediately call
read_kb_docusing thekb_idto get the full solution.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| category | No |
save_kb_cardTry in Inspector
WRITE to the Knowledge Base. This tool has TWO modes:
MODE 1 — SAVE a new card: Provide content with full Markdown following the ACTIONABLE schema below.
MODE 2 — REPORT OUTCOME: Provide kb_id + outcome ('success' or 'failure').
WHEN TO USE:
Mode 1: After successfully fixing a bug IF no existing KB card covered it.
Mode 2: ALWAYS after applying a solution from
read_kb_docand running verification.
INPUT:
content: (Mode 1) Full Markdown KB card content — follow the EXACT template below.overwrite: (Mode 1) Set to True to update an existing card.kb_id: (Mode 2) ID of the card to report outcome for.outcome: (Mode 2) 'success' or 'failure'.enrichment: (Mode 2, optional) Additional context to merge into the card when outcome is 'failure'.
━━━ CARD TEMPLATE (Mode 1) — copy this structure EXACTLY ━━━
⚡ Critical (won't work without this):
✓ [Critical Point 1] — [why it's essential]
✓ [Critical Point 2] — [common mistake to avoid]
📌 Versions:
Works: [OS/library versions where confirmed working]
Doesn't Work: [OS/library versions where known broken]
✔️ Verification (<30 sec)
Expected: ✓ [Specific output or behavior that confirms success]
If it didn't work → see Fallback below ⤵
🔄 Fallback (if main solution failed)
Option 1: [approach name]
When: [condition to use this option] | Risks: [what might break]
Option 2: [alternative approach]
When: [condition] | Risks: [what might break]
💡 Context (optional)
Root Cause: [1 sentence — why this problem occurs]
Side Effects: [what might change after applying the fix]
Best Practice: [how to avoid this in future — 1 point]
Anti-Pattern: ✗ [what NOT to do — common mistake]
Applicable: [OS, library versions, conditions] Frequency: [rare / common / very common]
| Name | Required | Description | Default |
|---|---|---|---|
| kb_id | No | ||
| content | No | ||
| outcome | No | ||
| overwrite | No | ||
| enrichment | No |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!