Skip to main content
Glama

Agentage MCP Catalog

Server Details

Search the official MCP registry: 15k+ servers with categories, 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 and clearly defined purpose: facets for filter values, get for full record retrieval by exact slug, search for discovery and filtering. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent catalog__<verb> pattern (facets, get, search), which is clear and predictable.

Tool Count5/5

Three tools perfectly cover the essential operations for a read-only catalog: discover filters, search, and retrieve full details. No wasted or missing tools.

Completeness5/5

The tool surface covers the full search and retrieval lifecycle: discover available filters (facets), search for servers, and get full details. There are no obvious gaps given the read-only scope.

Available Tools

3 tools
catalog__facetsList 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 catalog__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 declare readOnlyHint=true and destructiveHint=false; description confirms 'Read-only' and adds that it takes no input and returns counts. No contradictions, and adds useful behavioral context beyond annotations.

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?

Description is three sentences, front-loaded with purpose, then usage guidance, then a short note. Every sentence is essential and free of 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?

Given no parameters and existence of output schema, description fully covers what the tool does, when to use it, and its read-only nature. No gaps.

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; schema coverage is 100%. According to rule, 0 parameters yields baseline 4. Description does not need to add parameter info, but it mentions output details which is acceptable.

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 the verb 'List' and resource 'directory filter values', specifying categories, languages, and licenses with counts. Distinguishes from sibling catalog__search by explicitly stating it should be called before searching to obtain exact filter values.

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?

Provides explicit when-to-use guidance: 'Call this BEFORE catalog__search when you intend to filter'. Implies when not needed (if not filtering) and alternatives (catalog__search, catalog__get) are clear.

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

catalog__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 catalog__search to get the depth a result card omits - pass a slug exactly as returned by catalog__search, never a guessed or constructed one. No slug yet? call catalog__search first. Read-only.

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

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYesCanonical directory page for this server
nameYes
slugYes
starsNo
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
is_officialYes
readme_excerptNoFirst ~2000 chars of the README; open 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 and destructiveHint. Description adds 'Read-only' and lists return contents, matching annotations. No contradictions; useful context beyond annotations.

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?

Three sentences, front-loaded with purpose, each sentence necessary. No fluff, highly efficient.

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?

With output schema present, description need not detail return values. Lists what is included. For a single-param tool with strong annotations, description is fully adequate.

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?

Schema coverage is 100% with a description for slug. Description reinforces that slug must be exact from catalog__search, adding value by preventing incorrect usage.

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 excerpt). Distinguishes from sibling catalog__search by emphasizing depth.

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 instructs to use after catalog__search, to pass slug exactly as returned (no guessing), and to call catalog__search first if no slug. Provides alternatives and constraints.

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