Skip to main content
Glama

get_template_dependencies

Identify dependencies for Ludus cyber range templates to ensure proper deployment and configuration of security testing environments.

Instructions

Get template dependencies.

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

Returns: List of template dependencies

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
template_idYes
user_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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. It states the tool returns a list of dependencies but doesn't disclose behavioral traits like whether it's a read-only operation, requires specific permissions, has rate limits, or what format the dependencies are returned in. The mention that user_id is 'admin only' is helpful but minimal given the lack of annotations.

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 well-structured and concise: a brief purpose statement followed by clear sections for Args and Returns. Every sentence earns its place, with no redundant information. The formatting with headings makes it easy to parse.

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 there's an output schema (which handles return values), no annotations, and low schema coverage, the description is moderately complete. It covers the purpose and parameters adequately but lacks behavioral context like permissions, side effects, or error handling. For a simple read operation, this might be sufficient, but it could benefit from more operational details.

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?

Schema description coverage is 0%, so the description must compensate. It provides clear semantics for both parameters: template_id is required and identifies the template, and user_id is optional with an 'admin only' constraint. This adds meaningful context beyond the bare schema, though it doesn't explain the format or validation rules for these IDs.

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: 'Get template dependencies' with a specific verb ('Get') and resource ('template dependencies'). It distinguishes from many sibling tools that focus on ranges, scenarios, or other resources, though it doesn't explicitly differentiate from similar 'get_*' tools like 'get_template_status' or 'get_template_logs'.

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. It doesn't mention any prerequisites, context for usage, or comparison to sibling tools like 'get_template_status' or 'list_templates'. The only implicit guidance is that it requires a template_id, but no explicit usage scenarios are provided.

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