Skip to main content
Glama

it_ops_deployment

Destructive

Submit a free-text objective and optional JSON inputs to execute IT operations deployment via the domain-agent dispatcher, scoped to your JWT, tenant, and company.

Instructions

Run the it_ops domain agent action deployment.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.9/5.0
Behavior2/5

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

The description does not disclose any side effects, required permissions, or potential destructive consequences. Although the annotations indicate destructiveHint=true, the description itself adds no transparency about what might be changed or deleted. An agent would not know what to expect beyond the generic 'run action' wording.

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 concise, only a couple of sentences plus the parameter list. It is not overly verbose, but the brevity sacrifices useful details. The structure is standard and readable, though the content is too shallow to be considered well-crafted.

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 broad context of many sibling tools and the generic name, the description is incomplete. It does not explain what 'deployment' means in the IT operations domain, what kind of deployment it performs, or how it relates to other deployment-related tools. An agent would struggle to decide whether to use this tool for a specific deployment task.

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

Parameters2/5

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

The parameter descriptions are generic: 'Free-text objective for the action' and 'Optional JSON string of structured inputs for the action.' They provide minimal meaning beyond the parameter names and types. There is no detail about the format, allowed keys, expected structure, or how the inputs affect the deployment behavior.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific action ('deployment') and mentions the domain-agent dispatcher, but does not explain what the deployment action actually does. It is not clear whether this deploys infrastructure, code, configuration, or something else, so an agent cannot determine its purpose from the description alone.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus any of the many sibling tools (e.g., it_ops_live_jira, it_ops_live_slack, or the other it_ops_* tools). No mention of prerequisites, common use cases, or conditions that would favor this tool over alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools