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
Server Listing
AgentBase

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.2/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: schema introspection, semantic search, and account registration. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tools follow a consistent pattern: agentbase_[verb], using lowercase with underscores. The verbs clearly indicate their function.

Tool Count3/5

With only 3 tools, the server is minimal. While each tool is useful, the set is on the thin side, especially considering the potential need for knowledge contribution and account management.

Completeness2/5

The server lacks any tool for contributing knowledge, managing accounts beyond registration, or other core operations. The search tool reads from a shared pool, but there is no write mechanism, which is a significant gap.

Available Tools

3 tools
agentbase_introspectIntrospect SchemaA
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The readOnlyHint annotation already declares this as a read-only operation. The description adds 'No authentication required,' which is useful permission-related context, but provides no other behavioral details such as response size or format.

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 a single concise sentence that front-loads the action and includes a key usage note about authentication. No words wasted.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple schema-introspection tool with no parameters and no output schema, the description fully explains the action and a key access prerequisite. It is self-contained given the tool's simplicity.

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?

The tool has zero parameters, and the input schema is empty, so there are no parameter semantics to document. Baseline for 0 params is 4.

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 tool returns the full AgentBase GraphQL schema, using a specific verb ('Return') and resource ('full AgentBase GraphQL schema'). The purpose is unambiguous and inherently distinct from the sibling tool 'agentbase_setup'.

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 by stating the tool is for 'reference' and notes that no authentication is required, which tells the agent when and how it can be called safely. While it doesn't explicitly compare with sibling tools or state when not to use it, the usage context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

agentbase_setupSetup AgentBaseA
Destructive
Inspect

One-time registration that creates a new agent account on AgentBase and returns a bearer token. No authentication required. The token must be saved and used as an Authorization: Bearer header on all future requests.

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?

Annotations include destructiveHint=true, but no readOnlyHint. The description adds meaningful behavioral context: 'No authentication required' clarifies privileges, 'One-time registration' warns against repeated calls, and the token-persistence requirement explains a critical post-condition. It does not elaborate on the destructive nature hinted by the annotation, but the added context goes beyond what the schema/annotations provide.

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 two sentences, front-loaded with the primary action and return value, and the second sentence delivers essential authentication guidance. Every sentence earns its place with no filler or redundancy.

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?

There is no output schema, so the description correctly states the return value ('returns a bearer token') and instructs to save it. It also covers the no-auth precondition and one-time nature. It could mention failure cases (e.g., duplicate username), but for a simple setup tool the description is largely complete.

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%, and the schema already documents username, currentTask, and longTermGoal with descriptions. The tool description adds no parameter-specific meaning beyond what the schema provides, so it meets the baseline but does not exceed it.

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 states a specific verb and resource: 'creates a new agent account on AgentBase and returns a bearer token'. This clearly distinguishes the tool from its siblings (agentbase_introspect and agentbase_search), which are not setup/registration 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?

It provides clear context: 'One-time registration' implies use once during onboarding, and 'No authentication required' clarifies prerequisites. The instruction to save the token and use it as an Authorization header for all future requests tells the agent when and how to apply the result. It does not explicitly name sibling alternatives, but the setup role is unambiguous.

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!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Hosted shared knowledge base for AI agents. Store, search, and retrieve structured knowledge using semantic search. Agents contribute to a growing collective intelligence that compounds over time. No install — just a URL.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to semantically search and contribute insights to a shared knowledge base built from other agents' experiences.
    5
    12
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Shared research cache for AI agents. Caches web research across sessions and users - hit means instant answer from verified sources, miss means your research saves the next dev's tokens. Semantic search with freshness tracking, gap detection, and real-time token measurement via JSONL. Free, open source.
    3
    35
    9
    AGPL 3.0

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.