Skip to main content
Glama

Find MCP - Agentage MCP Directory

Server Details

Search the official MCP registry: 17,000+ servers with trust grades, stars, tools, install config.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

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

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: search, get details, list categories. Their descriptions clearly differentiate them, leaving no ambiguity.

Naming Consistency5/5

All tools follow a consistent mcp_verb_noun pattern (mcp_categories, mcp_get, mcp_search) using lowercase with underscores, making the convention predictable.

Tool Count5/5

Three tools perfectly cover the core operations of a directory (search, detail retrieval, filter exploration) without being too few or excessive.

Completeness5/5

The tool set covers the full read-only lifecycle of directory exploration: discover filters, search, and retrieve full details. No obvious gaps for the stated purpose.

Available Tools

3 tools
mcp_categoriesList directory filter valuesA
Read-only
Inspect

List the directory's available filter values - every category, language, and license, each with how many servers carry it. Call this BEFORE mcp_search when you intend to filter, so you pass exact, existing values for the type/category/language/license arguments instead of guessing. Takes no input. Read-only.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
licensesYesSPDX licenses and their server counts
languagesYesRepository languages and their server counts
categoriesYesCategory labels and how many servers carry each
Behavior4/5

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

Annotations already mark readOnlyHint and destructiveHint. The description adds that it takes no input and returns counts per value, providing context beyond annotations without contradiction.

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?

Two concise sentences, front-loaded with action and resource, no superfluous words.

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 listing tool with no parameters and an output schema, the description fully covers purpose, usage context, and behavior (read-only, counts).

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?

No parameters exist, and schema coverage is 100%. Baseline of 4 is appropriate as description need not add param info.

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 'list' and the resource 'directory's available filter values' (categories, languages, licenses), and distinguishes from siblings by positioning it as a prerequisite for mcp_search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Call this BEFORE mcp_search when you intend to filter' and explains why, providing clear when-to-use guidance and avoiding guesswork.

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

mcp_getGet one MCP serverA
Read-only
Inspect

Fetch the complete record for ONE MCP server in the agentage directory by its exact slug: full description, categories, the packages and remote endpoints it ships, the tools it exposes, a ready-to-run install command, and a README excerpt. Use this after mcp_search to get the depth a result card omits - pass a slug exactly as returned by mcp_search, never a guessed or constructed one. No slug yet? call mcp_search first. Read-only.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesThe exact slug of one server, taken verbatim from a mcp_search result (do not guess or construct one).

Output Schema

ParametersJSON Schema
NameRequiredDescription
nameYes
slugYes
titleYes
toolsYesThe MCP tools this server exposes, from its live tools/list
installNoThe recommended way to run this server, derived from its first package/remote
licenseNo
remotesYes
categoryYes
languageNo
packagesYes
descriptionYes
details_urlYesHuman detail page for this server - open it for more information
is_officialYes
readme_excerptNoFirst ~2000 chars of the README; open details_url for the full document
transport_typesYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. Description confirms 'Read-only' and adds context about needing slug from mcp_search, but does not disclose additional behavioral traits like rate limits. Still good overall.

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?

Two sentences with clear, front-loaded action. Every word contributes meaning; no fluff.

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?

Output schema exists, so return values are covered. Description is complete: explains what, how, when, and prerequisites. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage, but description adds crucial semantics: the slug must be taken verbatim from mcp_search results and not guessed. This goes beyond the schema description.

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?

Clearly states it fetches the complete record for one MCP server by slug, listing included fields (description, categories, packages, endpoints, tools, install command, README). Distinguishes from siblings by mentioning it is used after mcp_search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says to use after mcp_search, pass slug exactly as returned, do not guess, and call mcp_search first if no slug. This provides clear when-to-use and when-not-to-use guidance.

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.

Resources