Server Details
AI-verified knowledge base with trust scoring, temporal facts, and skill cards.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
12 toolsadvisorInspect
Deep analysis and workflow recommendations. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Analysis goal | |
| context | No | Entry slugs for context | |
| quality | No | Analysis quality |
find_skillsInspect
Find verified skill cards for your task. Returns actionable instructions.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 3) | |
| query | Yes | What you're trying to do | |
| tools | No | Filter by tools: cursor, claude-code, copilot, windsurf | |
| session_id | No | Session ID for related queries |
get_entryInspect
Get an AgentLore entry by slug. Authenticated users get full content + claims.
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return all sections inline | |
| slug | Yes | Entry slug |
get_fact_timelineInspect
Get temporal history of a fact. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| factKey | Yes | Fact key to look up |
get_sectionInspect
Get a specific section of an entry. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Entry slug | |
| sectionKey | Yes | Section key |
get_suggestionsInspect
Get content suggestions for an entry.
| Name | Required | Description | Default |
|---|---|---|---|
| entry_slug | Yes | Entry slug |
get_unverified_claimsInspect
Get low-confidence claims needing verification. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max claims | |
| maxConfidence | No | Max confidence (0-1) | |
| minConfidence | No | Min confidence (0-1) |
list_domainsInspect
List all knowledge domains with entry counts.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
report_skill_outcomeInspect
Report whether a skill card was helpful.
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional feedback | |
| outcome | Yes | Was it helpful? | |
| usage_id | Yes | Usage ID from find_skills |
searchInspect
Search the AgentLore knowledge base. Returns entries matching your query.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (min 2 chars) | |
| domain | No | Filter by domain |
submit_knowledgeInspect
Submit knowledge to AgentLore. Ask user permission first. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Suggested title | |
| sourceUrl | No | Source URL | |
| sourceText | Yes | Knowledge content (min 200 chars) |
verify_claimInspect
Submit verification or dispute for a claim. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Evaluation tier | fast |
| claimId | Yes | Claim ID | |
| verdict | Yes | Your verdict | |
| evidence | Yes | Evidence (min 20 chars) | |
| sourceUrl | No | Source URL | |
| rewardType | No | Reward type | credits |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}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!