Skip to main content
Glama

it_ops_sdlc_engagement_status

Destructive

Retrieve the current status of a software development lifecycle engagement through the IT operations domain agent. Submit a free-text objective and optional structured inputs to get an engagement update.

Instructions

Run the it_ops domain agent action sdlc_engagement_status.

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

B3/5.0
Behavior3/5

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

The description mentions routing through a domain-agent dispatcher under JWT/tenant/company scope, which provides some behavioral context beyond the annotations. However, it does not disclose potential side effects, output format, or error behavior. The destructiveHint annotation is not contradicted but also not clarified.

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 extremely concise and to the point. It uses only two sentences, no fluff, and each sentence serves a clear purpose. This is ideal for a tool that delegates to a domain agent.

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?

The description lacks essential context about what the action actually does, what the output looks like, or any side effects. It relies heavily on the tool name and leaves the agent to infer the semantics. Even though an output schema exists, the description does not reference it or summarize the return value.

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 parameters 'message' and 'inputs' are described generically as 'free-text objective' and 'optional JSON string'. This gives minimal insight into expected content, structure, or constraints. With 0% schema description coverage, the agent has very little to work with.

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 identifies the tool as running the specific 'sdlc_engagement_status' action through a dispatcher. This distinguishes it from sibling tools by name and action. However, it does not explain what 'engagement status' means or what the action accomplishes, so it is not fully self-explanatory.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention any conditions, use cases, or comparisons to other IT Ops tools like it_ops_live_jira or slack. The only context is routing and scope, which does not help with selection.

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