Skip to main content
Glama

legal_smokeball_account_sync

Destructive

Sync Smokeball legal accounts by describing the objective in a message and passing optional structured inputs. Executes through the domain-agent dispatcher under your JWT, tenant, and company scope.

Instructions

Run the legal domain agent action smokeball_account_sync.

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 does not disclose any side effects, data mutations, or required permissions. Although the annotations indicate destructive potential, the description adds no transparency about what actually happens when the action is invoked.

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 very short and front-loaded with the action name, but it is too sparse to be useful. It conveys almost no substantive information while still being technically accurate, making it under-specified rather than appropriately concise.

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 complexity of a domain-agent dispatcher tool with two free-form string parameters and no output schema, the description is severely incomplete. It does not explain what the action does, what inputs are expected, what outputs are produced, or how it fits into the broader workflow.

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, 'message' and 'inputs', are both generic and have no descriptions in the schema or the tool description. The description mentions them but offers no explanation of their meaning, expected format, or how they relate to the action.

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 states it runs a specific action and routes through a dispatcher, providing some context about the mechanism. However, it does not actually explain what 'sync account' does beyond the tool name, and it does not distinguish itself from the many similar Smokeball tools in the sibling list.

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 merely describes routing behavior without any explicit or implicit conditions for invocation, nor any mention of what problem it solves.

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