Skip to main content
Glama

get_inventory

Retrieve a list of all registered MCP servers along with their health status and usage statistics, filtered by organization if specified.

Instructions

List all registered servers with health and usage stats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idNoOrganization to list (default: all)default
Behavior2/5

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

No annotations provided, so description carries full burden. It states 'list all registered servers' but does not disclose pagination, performance impact, whether deleted servers appear, or any side effects. Lacks important behavioral context.

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?

Single sentence, no wasted words. Front-loaded with purpose and result type. Perfectly concise.

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

Completeness3/5

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

Simple tool with one optional parameter and no output schema. Description covers basic purpose but lacks details on return format, error cases, and performance. Adequate for a list operation but could be more 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%, so baseline is 3. Description does not add meaning beyond schema: it implies organization filtering but doesn't explain 'default: all' behavior. Adequate but not enhanced.

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?

Description states the tool lists all registered servers, includes health and usage stats. Verb 'list' with resource 'registered servers' is specific. Differentiates from siblings like 'register_server' (adds) and 'health_check' (checks single server).

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

Usage Guidelines3/5

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

Description implies usage for listing servers with stats, but no explicit when-to-use or when-not-to-use guidance. No mention of alternatives among siblings, though purpose is clear enough to infer.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mdfifty50-boop/mcp-registry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server