Skip to main content
Glama

tool_list

Read-only

List all tools registered on this Docker MCP server as compact rows. Filter by domain, category, or keyword to inspect capabilities, find destructive commands, or confirm no matches.

Instructions

List this server's registered tools as compact rows, filtered by domain, category or keyword.

A tool-callable mirror of docker-mcp://tool-catalog for clients that can't read MCP resources (e.g. Claude Desktop, Cursor), and the only way to ask what no per-tool description search can express: which tools are destructive, which accept a host, what this server actually registered. Use it to brief on an unfamiliar area (domain="buildx" returns one line per tool rather than ~13 full definitions), to check blast radius (category="destructive"), or to establish that nothing matches — matched: 0 is a definitive negative, which a client's fuzzy search cannot give. Covers this server's own surface; docs_lookup covers external Docker reference documentation. Rows are summaries, not definitions — fetch a tool's own definition for its parameters. Read-only, never raises on a query matching nothing, and always registered even when DOCKER_MCP_SERVER_DISABLE drops every domain. A tool dropped by a switch or a disabled domain is absent rather than flagged; hidden_by_configuration reports how many each domain hides.

args: domain - Exact domain name (see any result's domains key); omit for every domain category - Exact category; omit for all three keyword - Case-insensitive substring over tool names, summaries and parameter names returns: dict - {"matched": int, "tools": [{"name", "domain", "category", "summary"}], "domains": {domain: count}, "no_domain": int, "hidden_by_configuration": {domain: count}, "switches", "filters"}. Every domains key is a value domain accepts; no_domain counts the domain-less tools, whose rows carry domain: null and which no domain value selects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNo
keywordNo
categoryNo
Behavior5/5

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

Annotations already say readOnlyHint=true and destructiveHint=false, but the description goes further: "Read-only, never raises on a query matching nothing, and always registered even when DOCKER_MCP_SERVER_DISABLE drops every domain." It also discloses that rows are summaries, not definitions, and how `hidden_by_configuration` works. This adds behavioral context well beyond the structural hints.

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?

The description is front-loaded with a one-sentence summary, then structured into args and returns sections. It is dense but every sentence adds value, covering edge cases, comparisons, and return structure without redundancy. Length is justified by the tool's complexity and 3 parameters.

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 no output schema, the description provides a detailed returns dict: "{matched, tools, domains, no_domain, hidden_by_configuration, switches, filters}" and explains key semantics like `domains` keys and `no_domain`. It also covers configuration-related behavior and definitive negative matches, making the tool fully self-explanatory.

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?

The input schema has 0% description coverage, but the description's `args:` block fully compensates: "domain - Exact domain name (see any result's `domains` key); omit for every domain,” plus category and keyword semantics. It explains categorical enum values and how omission behaves, which the schema alone does not convey.

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 opens with a specific verb and resource: "List this server's registered tools as compact rows, filtered by domain, category or keyword." It clearly distinguishes itself from siblings by positioning as a mirror of the MCP resource and noting "docs_lookup covers external Docker reference documentation." The scope ('this server's own surface') and unique abilities (e.g., filtering by destructive category) make its purpose unambiguous.

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?

Explicit usage scenarios are provided: "Use it to brief on an unfamiliar area (`domain="buildx"`)... to check blast radius (`category="destructive"`), or to establish that nothing matches." It contrasts with `docs_lookup` for external docs and clarifies that dropped/disabled tools are absent rather than flagged. These are clear when-to-use and when-not-to-use guidelines with named alternatives.

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/L337-org/docker-mcp'

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