Skip to main content
Glama
cloin

SemaphoreUI MCP Server

by cloin

update_template

Update an existing project template by modifying properties such as name, playbook, inventory, repository, and environment to adjust automation workflows.

Instructions

Update an existing template.

Args: project_id: ID of the project template_id: ID of the template to update name: Template name (optional) playbook: Playbook file path (optional) inventory_id: Inventory ID (optional) repository_id: Repository ID (optional) environment_id: Environment ID (optional) description: Template description (optional) arguments: Extra arguments (optional) allow_override_args_in_task: Allow overriding arguments (optional) suppress_success_alerts: Suppress success alerts (optional) app: Application type (optional) git_branch: Git branch (optional) survey_vars: Survey variables (optional) vaults: Vault configurations (optional) template_type: Template type (optional) start_version: Start version (optional) build_template_id: Build template ID (optional) autorun: Enable autorun (optional) view_id: View ID (optional) task_params: App-specific task parameters (optional). For Ansible templates: - allow_override_limit: Allow task-level --limit override (required for run_task limit) - allow_override_inventory: Allow task-level inventory override - allow_override_tags: Allow task-level --tags override - allow_override_skip_tags: Allow task-level --skip-tags override - limit: Default limit (list of hosts/groups) - tags: Default tags (list) - skip_tags: Default skip tags (list)

Returns: Empty dict on success

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
template_idYes
nameNo
playbookNo
inventory_idNo
repository_idNo
environment_idNo
descriptionNo
argumentsNo
allow_override_args_in_taskNo
suppress_success_alertsNo
appNo
git_branchNo
survey_varsNo
vaultsNo
template_typeNo
start_versionNo
build_template_idNo
autorunNo
view_idNo
task_paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It states 'Update an existing template' and notes the return is an empty dict on success. It does not disclose side effects, authentication needs, or whether omitted fields remain unchanged. For a mutation tool, more behavioral context would be beneficial.

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 lengthy but well-structured with parameter lists and a notable nested explanation for task_params. It is front-loaded with the purpose, then a clear args list. Some redundancy in listing optional status could be trimmed, but it remains readable.

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

Completeness5/5

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

Given 21 parameters, the description covers all of them, explains the return value, and provides enough context for an agent to understand the tool's use. No output schema is present but is not needed as return type is specified.

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

Parameters5/5

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

Despite 0% schema description coverage, the description compensates thoroughly by listing all 21 parameters with explanations. It marks optional parameters and provides detailed sub-parameters for task_params, especially for Ansible templates. This adds significant meaning beyond the schema.

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 'Update an existing template.' This is a specific verb and resource, distinguishing it from create_template, delete_template, and get_template among siblings.

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

Usage Guidelines4/5

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

The description implies usage for updating existing templates via the verb 'Update' and the required template_id parameter. However, it lacks explicit when-to-use or when-not-to-use guidance or references to alternative tools.

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

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