Skip to main content
Glama
ai-4-devops

DevOps Practices MCP Server

by ai-4-devops

list_templates

List available DevOps file templates for documentation, tracking, and runbooks. Use this list to select the right template and ensure consistent project structure.

Instructions

List all available file templates

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.4.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, but the operation is a simple read-only list; the word 'List' implies no side effects. However, it does not disclose return format, pagination, or what 'available' means in terms of permissions or state, leaving some behavioral ambiguity.

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?

One short sentence with no filler, saturated with the core action and resource. It is optimally concise for a trivial list operation.

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?

For a zero-parameter tool, the description is adequate, but it leaves unexplained what exactly a 'file template' is, what the response list contains, and how this tool relates to sibling template operations. The lack of an output schema amplifies these omissions.

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?

This tool has zero parameters, so there is no parameter burden for the description to carry. The baseline of 4 applies per the rubric for 0-param tools, and the description adds no unnecessary parameter-related details.

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 states a clear verb ('List') and resource ('all available file templates'), making the tool's purpose immediately obvious. It is naturally distinguished from siblings like get_template and render_template because listing all templates is a different operation scope.

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

Usage Guidelines2/5

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

The description offers no guidance on when to use this tool versus alternatives such as get_template or render_template. There is no mention of context, prerequisites, or exclusion criteria, so an agent must infer usage entirely from the tool name.

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