Skip to main content
Glama

List Specs

list_specs
Read-only

List all API specifications in the current project, or switch scope to org to see published APIs across every project, complete with project and spec IDs for context.

Instructions

List all API specifications in the active project. Set scope to 'org' to list the published APIs across every project in the organization instead — each entry carries the projectId and specId to pass to set_context. Requires project context for scope 'project'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNoNumber of specs to skip (for pagination, default 0)
takeNoNumber of specs to return (default 50, max 100)
scopeNoWhat to list: 'project' (default) or 'org'project

Schema Changelog

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

  1. First observedv1.1.1

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the readOnlyHint annotation, the description discloses that listing is tied to the active project unless scope='org', that org entries are published APIs, that each entry carries projectId/specId for set_context, and that project context is required. No contradiction with 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?

Two sentences front-load the primary behavior, then add the org alternative and the prerequisite. There is no filler or repetition of schema details.

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 read-only listing tool, this is complete: it defines both scopes, the project-context prerequisite, and the relevant fields in returned entries. Pagination is already documented in the schema, and there is no output schema to rely on.

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% for skip/take/scope, so the baseline is 3. The description adds meaning for the scope parameter by explaining what 'project' vs 'org' lists, and it notes the project-context prerequisite, though skip/take semantics are left to the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action (list) and resource (API specifications) with explicit project vs org scope, and it ties results to set_context. However, it does not name or contrast any sibling tools (e.g., list_available_specs), so the sibling-differentiation bar for a 5 is not fully met.

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 gives concrete usage context: use scope='org' to list published APIs across every project, and scope='project' requires project context. It does not state explicit exclusions or alternative tools, but the conditions are clear enough for an agent to choose the right scope.

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/routebase-dev/routebase-mcp'

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