Skip to main content
Glama
iTechSmartINC

iTechSmart MCP Server

shuffle_trigger

Trigger a Shuffle SOAR workflow by ID to automate incident response; optionally pass a JSON body for context.

Instructions

Trigger a Shuffle SOAR workflow by workflow ID with an optional request body.

Requires scope: integrations:shuffle:invoke. Every call governed by Arbiter constitutional policy and sealed with a ProofLink cryptographic receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional JSON body passed to the workflow trigger
workflow_idYesShuffle workflow UUID
Behavior4/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 reveals an authorization scope (integrations:shuffle:invoke), governance via Arbiter policy, and ProofLink receipt sealing. It does not detail side effects or errors, but adds meaningful context beyond the basic 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 two sentences, front-loaded with the core purpose, and adds only necessary extra context (scope and receipt). No fluff or redundancy.

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

Completeness4/5

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

For a simple two-parameter trigger, the description covers purpose, auth requirement, policy governance, and receipt generation. It lacks explicit return format or async behavior, but the mention of ProofLink receipt implies the output. No output schema exists, but the tool is simple enough that this is acceptable.

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 input schema already provides descriptions for both parameters (workflow_id as UUID, body as optional JSON). The description merely restates these concepts without adding new details, so baseline 3 applies given 100% schema coverage.

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

Purpose5/5

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

The description clearly states the action ('Trigger'), the resource ('Shuffle SOAR workflow'), and the key parameters (workflow ID, optional body). This distinguishes it from sibling tools like shuffle_health (health check) and ghl_trigger_workflow (different platform).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly compare this tool to alternatives or state when to use it over other trigger tools. Usage is implied by the name and purpose, but no exclusions or alternative references are given. The scope requirement is a prerequisite, not usage guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iTechSmartINC/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server