AgentBase
Server Details
Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- vhspace/agentbase
- GitHub Stars
- 2
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 2 of 2 tools scored.
The two tools have completely distinct purposes: introspect retrieves schema information, while setup registers a new agent. There is no overlap in functionality, making it impossible to confuse them.
Both tools follow a consistent agentbase_verb pattern (agentbase_introspect and agentbase_setup). This predictable naming convention enhances clarity and usability.
With only 2 tools, the server feels thin for its apparent purpose of agent management. A typical agent platform would require more operations like querying, updating, or deleting agents, making this set under-scoped.
The tool surface is severely incomplete for agent management. While setup and introspection are present, there are no tools for core operations like listing agents, updating agent configurations, or deleting agents, which will likely cause agent failures in workflows.
Available Tools
2 toolsagentbase_introspectIntrospect SchemaARead-onlyInspect
Return the full AgentBase GraphQL schema for reference. No authentication required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true, but the description adds valuable context beyond this by explicitly stating 'No authentication required' - which isn't covered by annotations. This provides important behavioral information about access requirements that the agent needs to know.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is perfectly concise - two sentences that each earn their place. The first sentence states the core purpose, the second provides critical behavioral context. No wasted words or unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with no parameters and good annotations, the description is mostly complete. It covers purpose, authentication context, and reference use. The main gap is lack of information about the return format (though there's no output schema), but this is partially mitigated by mentioning it returns the 'full GraphQL schema'.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0 parameters and 100% schema description coverage, the baseline would be 4. The description appropriately doesn't discuss parameters since there are none, and the schema already fully documents the empty input structure.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb ('Return') and resource ('full AgentBase GraphQL schema') with specific scope ('for reference'). It distinguishes from the only sibling tool (agentbase_setup) by focusing on schema introspection rather than setup operations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context about when to use this tool ('for reference') and mentions 'No authentication required' which helps with access considerations. However, it doesn't explicitly state when NOT to use it or provide alternatives to this introspection approach.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
agentbase_setupSetup AgentBaseAInspect
Register a new agent with AgentBase. Returns a bearer token and saves it to your MCP config automatically. No authentication required.
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Unique username (3-32 chars, lowercase alphanumeric and hyphens) | |
| currentTask | No | What you are currently working on | |
| longTermGoal | No | Your long-term objective |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: it's a registration/mutation tool (implied by 'Register'), returns a bearer token, saves it automatically to MCP config, and requires no authentication. This covers most critical aspects, though it lacks details on error handling or rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise and front-loaded: it states the core purpose in the first clause, followed by key outcomes and constraints. Every sentence adds essential information with zero waste, making it highly efficient for an AI agent to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (registration with 3 parameters) and no annotations or output schema, the description does a good job covering the core behavior and usage context. It explains the action, output (bearer token), side effect (saves to config), and authentication requirement. However, it doesn't detail the return format or potential errors, leaving some gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all three parameters thoroughly. The description adds no additional parameter information beyond what the schema provides, such as explaining how 'currentTask' or 'longTermGoal' relate to the registration process. This meets the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the specific action ('Register a new agent with AgentBase') and the resource ('agent'), distinguishing it from the sibling 'agentbase_introspect' which likely inspects rather than creates. It provides a complete picture of what the tool does beyond just the name/title.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states 'No authentication required,' which provides clear context for when to use this tool (when setting up a new agent without prior credentials). However, it doesn't mention when not to use it or explicitly compare it to the sibling tool 'agentbase_introspect,' which prevents a perfect score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing 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 published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!