Skip to main content
Glama
itk-dev

ITK Dev Docker MCP Server

Official
by itk-dev

itkdev_list_templates

List all available ITK Dev Docker templates with their PHP versions and key characteristics to help you choose a suitable starting point for a project.

Instructions

List all available ITK Dev Docker templates with their PHP versions and characteristics

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.2

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the operation is an enumeration and what each entry contains, implying a safe read, but it does not state permissions, whether results are paginated, or whether the template set is static or dynamic.

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 front-loaded sentence with no filler; the verb and resource lead immediately and every clause earns its place.

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

Completeness4/5

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

For a zero-parameter, no-annotation list tool with no output schema, the description gives enough to call it correctly and hints at the return shape (PHP versions, characteristics). It could be slightly more complete by noting this is a prerequisite step for the other template tools.

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?

The tool takes zero parameters, so there is nothing for the description to disambiguate; baseline 4 applies. Schema coverage is 100% but empty.

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 states a specific verb (List) and resource (ITK Dev Docker templates) and previews the returned attributes (PHP versions and characteristics). It is clearly distinguishable from siblings like get_template_content or compare_project, though it does not explicitly differentiate itself.

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?

Usage is only implied: as the sole catalog/list tool among siblings, an agent can infer it should be called for discovery. There is no explicit when-to-use, no prerequisites, and no mention of when an alternative sibling is preferable.

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