Skip to main content
Glama

get_template_status

Check the build status of cyber range templates to monitor deployment progress and verify readiness for security testing scenarios.

Instructions

Get template build status.

Args: template_id: Template ID user_id: Optional user ID (admin only)

Returns: Template build status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_idYes
user_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. While 'Get' implies a read operation, it doesn't specify whether this requires authentication, has rate limits, returns real-time or cached data, or what format the status information takes. The admin-only note for user_id is helpful but insufficient for full transparency.

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 appropriately concise with clear sections (purpose, args, returns). The three-sentence structure is efficient, though the 'Args:' and 'Returns:' formatting could be more integrated with the natural language flow rather than appearing as documentation headers.

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?

Given that an output schema exists (though not shown), the description doesn't need to detail return values. However, for a tool with 2 parameters (one optional with admin restrictions), no annotations, and 0% schema coverage, the description provides basic parameter documentation but lacks important context about authentication requirements, error conditions, or how this tool differs from similar status-checking siblings.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It documents both parameters (template_id and user_id) and provides crucial context that user_id is 'admin only', which isn't in the schema. However, it doesn't explain what a Template ID looks like, where to find it, or what specific admin permissions are required for user_id.

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 the tool's purpose with a specific verb ('Get') and resource ('template build status'), making it immediately understandable. However, it doesn't differentiate from sibling tools like 'get_deployment_status' or 'get_template_logs' that might also provide status-related information about templates or deployments.

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 guidance on when to use this tool versus alternatives. With many sibling tools like 'get_deployment_status', 'get_template_logs', and 'quick_status', there's no indication of what distinguishes this tool's status retrieval from others or when it's the appropriate choice.

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/tjnull/Ludus-FastMCP'

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