Skip to main content
Glama

wafle_agents_run

Dispatch an agent run manually by providing store slug, agent slug, and input message. Returns a run ID and status to track or await approval.

Instructions

Manually dispatch a run for an agent. Returns the run_id and the synchronous run row (ends in status=done|failed|awaiting_approval). Use wafle_agents_runs_get to poll.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesWafle store slug, e.g. 'gamerland' or 'lensitive'.
inputYesUser message text fed to the agent's first turn.
contextNoExtra context attached as trigger_payload.
agent_slugYesAgent slug, unique within the store. Lowercase letters, digits, dash, underscore.
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool returns a `run_id` and a synchronous run row with possible statuses (done, failed, awaiting_approval), which informs the agent about execution outcomes. It also hints at the need to poll via `wafle_agents_runs_get`, indicating the run is not necessarily final. However, it doesn't cover permissions, side effects, or error conditions.

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?

Two sentences, front-loaded with the action. No redundant information. The pointer to the polling tool is valuable.

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?

Given there's no output schema, the description provides essential return information (run_id, statuses). It also instructs on the next step (polling). It doesn't detail the context parameter or possible errors, but for a dispatch action the core information is present. Sibling tools provide surrounding context.

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 all parameters are documented in the schema. The description doesn't add meaning beyond the schema, e.g., it doesn't elaborate on how `slug` or `agent_slug` relate. It is minimally sufficient due to the high 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 uses a specific verb 'dispatch' and identifies the resource as 'a run for an agent'. It clearly differentiates from sibling tools like wafle_agents_runs_get (poll) and wafle_agents_runs_approve/reject. It also states what is returned.

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

Usage Guidelines4/5

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

It states this is for 'manually' dispatching a run, implying it's the tool to initiate a run rather than inspect or approve. It explicitly directs users to `wafle_agents_runs_get` for polling, which serves as an alternative for monitoring. It doesn't enumerate when not to use it, but the guidance is clear enough.

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/the33warehouse-tech/wafle-mcp'

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