Skip to main content
Glama

it_ops_cloud_delivery_setup

Destructive

Set up cloud delivery by sending a free-text objective and optional structured inputs to the IT operations domain agent, scoped to your tenant and company.

Instructions

Run the it_ops domain agent action cloud_delivery_setup.

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.8/5.0
Behavior3/5

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

The description adds useful context about authentication and scoping: 'under your JWT, tenant, and company scope'. However, with destructiveHint=true, it does not disclose what destructive effects may occur, what gets changed, or whether the action can be safely retried.

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 compact and well organized: action statement, routing context, then parameter definitions. It front-loads the primary behavior and keeps every sentence purposeful.

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?

For a tool that can run a domain-agent action, the description omits what 'cloud_delivery_setup' does, what inputs are expected inside the JSON, and what practical side effects occur. With no required parameters and an open-world hint, an agent has too little information to decide when this is the right call.

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?

Even though schema description coverage is 0%, the Args section defines both parameters: 'message: Free-text objective' and 'inputs: Optional JSON string of structured inputs'. This gives meaning beyond the bare schema properties and is sufficient for basic invocation.

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 opens by saying 'Run the it_ops domain agent action `cloud_delivery_setup`', which essentially restates the tool name rather than explaining what cloud delivery setup actually accomplishes. It adds routing and scope context, but an agent still cannot tell what behavior or resources this action affects.

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?

The description provides no guidance about when to use this tool versus alternatives such as it_ops_cloud_ops, it_ops_deployment, or dispatch_domain_agent. The dispatch/routing sentence explains mechanism, not selection criteria.

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