Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

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.

Naming Consistency5/5

Both tools follow a consistent agentbase_verb pattern (agentbase_introspect and agentbase_setup). This predictable naming convention enhances clarity and usability.

Tool Count2/5

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.

Completeness2/5

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 tools
agentbase_introspectIntrospect SchemaA
Read-only
Inspect

Return the full AgentBase GraphQL schema for reference. No authentication required.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYesUnique username (3-32 chars, lowercase alphanumeric and hyphens)
currentTaskNoWhat you are currently working on
longTermGoalNoYour long-term objective
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.