Skip to main content
Glama

cortex_automation_transform

Shape arbitrary JSON via pick/omit/rename/set rules (x402-paid, automation).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoArbitrary JSON to shape
rulesNoTransform rules (pick/omit/rename/set)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It explains what the tool does but not key behavioral details: whether the input is mutated, what is returned, error behavior, or the implications of 'x402-paid'.

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 a single, front-loaded sentence with no filler. Every word conveys meaningful information about the tool's purpose and context.

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?

The tool is relatively simple and the schema covers both parameters, but with no annotations and no output schema, the description could add more about expected return value and payment/automation implications. It is adequate but not complete.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds the operation list (pick/omit/rename/set) but does not detail the actual structure of the rules object or how the operations are expressed, leaving the agent to infer rule syntax.

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 states a specific verb ('shape') and resource ('arbitrary JSON') and names the operation types (pick/omit/rename/set). It is clear but does not explicitly distinguish itself from siblings beyond the 'automation' context.

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. The 'automation' tag only weakly implies a context; it does not state exclusions, prerequisites, or how it relates to sibling tools like cortex_automation_http_request.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.