Skip to main content
Glama

VerifiMind PEAS - RefleXion Trinity

get_template_statistics

Get statistics about the template registry.

v0.4.0 Unified Prompt Templates feature.

Returns: Statistics including template counts by agent, phase, and type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_uuidNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/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 of behavioral disclosure. It mentions version 0.4.0 but does not disclose whether the operation is read-only, any permission requirements, or data scope implications (e.g., how user_uuid affects the results).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the primary purpose. However, the version note 'v0.4.0 Unified Prompt Templates feature' adds little operational value and could be removed, slightly reducing conciseness.

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

Completeness2/5

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

Despite having an output schema, the description omits critical context such as the meaning of user_uuid and when to use the tool. The low parameter coverage and lack of usage guidance make it incomplete for effective tool selection.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema describes a single optional parameter user_uuid with no description coverage. The tool description does not mention this parameter at all, leaving its purpose and effect completely undocumented.

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 clearly states the tool's function: retrieving statistics about the template registry. It specifies the type of statistics (counts by agent, phase, and type), which distinguishes it from sibling tools that retrieve individual templates or list them.

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 provides no explicit guidance on when to use this tool versus alternatives like list_prompt_templates or get_prompt_template. It only states what it does, leaving the agent to infer usage context.

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.