Skip to main content
Glama

it_ops_software_feedback_intake

Destructive

Submit software feedback with a message and optional structured inputs to route it through the IT operations agent for intake and processing.

Instructions

Run the it_ops domain agent action software_feedback_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

C2.2/5.0
Behavior2/5

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

The description mentions that it routes through the platform's domain-agent dispatcher under JWT, tenant, and company scope, which adds some context about authentication and scope. However, annotations indicate destructiveHint=true, meaning the action may have side effects, and the description does not disclose what those are, whether it modifies data, or what the return output looks like. Given the destructive nature, more transparency is warranted.

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 short and well-structured, with a clear opening statement and a bullet list for parameters. It front-loads the action reference and then specifies args. There is no irrelevant content, and every sentence earns its place. It is appropriately concise for a wrapper description, though more detail would be welcomed.

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?

Despite having an output schema (which mitigates the need to explain return values), the description fails to explain the actual purpose of the feedback intake action, what kinds of inputs are expected, or any side effects. It lacks prerequisites, caveats, and clearly defined behavior. Given the destructiveHint and the broad sibling set, the description is incomplete for an agent to invoke it correctly and confidently.

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?

The description defines 'message' as 'Free-text objective for the action' and 'inputs' as 'Optional JSON string of structured inputs for the action'. This adds meaning beyond the schema, which only provides types and defaults. It is a brief but useful clarification, especially since schema coverage is 0%. However, it does not go into detail about expected JSON structure or examples.

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 says 'Run the it_ops domain agent action `software_feedback_intake`', which essentially restates the tool name without explaining what the action actually does. It does not clarify whether this collects user feedback, logs issues, or triggers a workflow. The name suggests 'feedback intake', but the description provides no functional detail, making it hard for an agent to know exactly what result to expect.

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 alternatives. It does not mention conditions like 'use when you need to submit software feedback' or any exclusions implying another tool should be used. With 200+ siblings and many similar it_ops tools, this absence of usage context is a major gap.

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