Skip to main content
Glama

it_ops_website_sdlc_intake

Destructive

Submit a website SDLC intake request with a free-text objective and optional structured inputs, routing through the IT operations domain agent for processing.

Instructions

Run the it_ops domain agent action website_sdlc_intake.

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.3/5.0
Behavior1/5

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

The description only mentions routing through a dispatcher, which is implementation detail. It does not disclose side effects, permissions required, or any impact of the action, and the destructiveHint annotation is not reflected in the text.

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

Conciseness2/5

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

The description is short and not verbose, but the second sentence about routing is implementation detail that does not earn its place. The text is concise but lacks substantive information needed for a tool description.

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

Completeness1/5

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

Given the tool's apparent complexity and the large number of sibling tools, the description is severely incomplete. It does not describe what the action accomplishes, what it returns, or any behavioral effects, leaving the agent without enough context to use it correctly.

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

Parameters1/5

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

The two parameters have generic descriptions that add little meaning. 'Free-text objective' and 'Optional JSON string of structured inputs' do not explain the expected format, content, or purpose of these inputs, and the schema provides no coverage.

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 the action but does not explain what the action actually does or what 'website_sdlc_intake' means. It provides no functional detail beyond saying it runs the action, leaving the purpose ambiguous.

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?

No guidance is given on when to use this tool versus any of the many sibling tools. There is no mention of prerequisites, conditions, or alternative actions.

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