Skip to main content
Glama

it_ops_chat

Destructive

Send your IT operations request as a free-text message with optional structured inputs to the domain agent, which executes the chat action and returns the result.

Instructions

Run the it_ops domain agent action chat.

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
Behavior2/5

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

The annotation marks destructiveHint as true, but the description does not mention any potential destructive side effects or irreversible actions. It only says it routes through a dispatcher under the user's scope, which does not disclose the impact of running the action.

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 concise and direct, with no unnecessary information. The argument descriptions are compact and clearly formatted, making it easy to parse.

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

Completeness3/5

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

While an output schema exists, the description does not explain what the action returns or what a successful response looks like. Given the tool's purpose is somewhat ambiguous, the lack of additional context about the action's effect or expected outcome leaves the agent with incomplete information.

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

Parameters4/5

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

Both parameters (message and inputs) are described with meaningful explanations ('Free-text objective' and 'Optional JSON string of structured inputs'), which adds clarity beyond the raw schema types and defaults. The coverage of parameters is complete, though the descriptions are brief.

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

Purpose3/5

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

The description states the tool runs the 'it_ops' domain agent action 'chat', but does not clarify what 'chat' actually does (e.g., whether it sends a message, starts a session, or performs an operation). The mention of routing through a dispatcher adds some context, but the core behavior remains vague.

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?

No explicit guidance on when to use this tool instead of the many related tools (e.g., it_ops_live_jira, it_ops_live_slack). The description only says it routes through a dispatcher, which does not help the agent choose between this and alternative IT ops 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