Skip to main content
Glama
VitexSoftware

semaphore-mcp-server

template_create

Create a job template for automation workflows by specifying project, playbook, inventory, and repository.

Instructions

Create a new template (job template).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe ID of the project.
nameYesTemplate name.
playbookYesPlaybook filename to run.
inventory_idYesID of the inventory to use.
repository_idYesID of the repository containing the playbook.
environment_idNoID of the environment (optional).
descriptionNoTemplate description (optional).
argumentsNoExtra CLI arguments as JSON array string (optional).
allow_override_args_in_taskNoAllow overriding arguments per task.
suppress_success_alertsNoSuppress alerts on success.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior1/5

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

With no annotations, the description must disclose behavioral traits, but it only states the action. It omits side effects, idempotency, duplicate handling, or any safety implications.

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

Conciseness3/5

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

The description is a single sentence, which is concise, but it is under-specified for a tool with 10 parameters. It could be more informative without being verbose.

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?

Given the tool has many parameters and no annotations, the description lacks context about its role in the system, common usage patterns, or output structure (though output schema exists). Incomplete for agent understanding.

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 coverage is 100%, so the schema already documents all parameters. The description adds no additional parameter information, meeting the baseline of 3.

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 uses a specific verb ('Create') and resource ('template'), and clarifies it's a job template, distinguishing it from sibling tools like template_get, template_list, template_delete.

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?

No guidance is provided on when to use this tool versus alternatives (e.g., environment_create, inventory_create). There are no prerequisites or contextual usage hints.

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/VitexSoftware/semaphore-mcp-server'

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