Skip to main content
Glama

humanMCP Marketplace — federated listings across personal MCP servers

list_servers

Read-only

List all registered humanMCP instances in the marketplace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds the scope of 'registered' instances but does not disclose pagination, ordering, or other behavioral details. Given the simple nature of the operation and strong annotation coverage, additional context is not critical, but no extra value is added beyond the scope clarification.

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?

A single sentence that is front-loaded with the action and resource, with no redundant words or filler. Every part of the description contributes directly to understanding the tool's purpose.

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 zero parameters, an output schema present, and read-only annotations, the description fully covers the tool's purpose and expected behavior. No additional context is necessary for this simple list operation.

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?

There are zero parameters, so the baseline of 4 applies. The description correctly implies that the tool takes no input, and no parameter explanation is needed since the schema is empty.

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 uses a specific verb 'List' with a clear resource 'registered humanMCP instances in the marketplace'. It clearly distinguishes from siblings get_server (specific server) and search_marketplace (search) by implying a complete listing.

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?

The description implies use when one wants all instances, but does not explicitly contrast with search_marketplace or state when not to use this tool. No alternatives or exclusions are mentioned, leaving ambiguity for an agent deciding between list vs search.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: get_server retrieves a single server's details, list_servers enumerates all registered instances, and search_marketplace performs cross-server queries. There is no overlap or ambiguity in their intended use.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with clear, descriptive actions: get_, list_, search_. The naming is uniform and predictable, making it easy to infer functionality from the name alone.

Tool Count4/5

With only 3 tools, the set feels slightly thin for a marketplace, but each tool covers a necessary discovery operation: listing, retrieving, and searching. The count is on the low end but within a reasonable range for a focused read-only service.

Completeness3/5

The tools cover the read-only discovery aspects well (list, get, search), but the marketplace lacks any write operations such as registering a server, creating a listing, or managing offers/trades. This is a notable gap for a platform that claims to support listings and trades, preventing agents from participating in the marketplace lifecycle.