recipes_workflow_control_plane
Return workflow control-plane policy for agents, reviewers, and MCP gateways.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Return workflow control-plane policy for agents, reviewers, and MCP gateways.
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden. It indicates a read operation ('Return') but does not disclose what happens when workflow_id is null, whether results vary by role, or any auth or access requirements. Minimal scope context is given but key behavioral details are absent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence with no wasted words. It could be improved with additional structure (e.g., parameter notes), but as written it is concise and efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (one optional parameter) and an output schema exists, so return values are covered elsewhere. However, missing usage guidance and parameter semantics make the description only minimally viable for selecting and invoking the tool correctly among many similar recipes.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description does not mention the workflow_id parameter at all. It does not explain how the ID scopes the returned policy or what the default null means, leaving the agent to infer everything from the parameter name.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Return') and resource ('workflow control-plane policy') with an audience qualifier. However, it does not explicitly distinguish this from siblings like recipes_agentic_control_plane_blueprint or recipes_mcp_gateway_policy, so differentiation is left to inference.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. The sibling list includes several control-plane and gateway-policy tools, yet the description offers no conditions, exclusions, or recommended alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.