recipes_mcp_gateway_policy
Return generated MCP gateway policy for scoped tool access and runtime controls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Return generated MCP gateway policy for scoped tool access and runtime controls.
| 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?
There are no annotations, so the description carries the full burden of behavioral disclosure. It only names the returned artifact and does not state whether the tool generates the policy, has side effects, requires configuration, or behaves differently based on workflow_id. The description is minimal but not contradictory.
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?
One focused sentence with no filler; the core purpose is front-loaded and easy to parse. It is concise, though the brevity comes at the cost of leaving other dimensions under-specified.
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?
For a tool with one optional parameter and an output schema, the description is serviceable but thin. It omits explanation of workflow_id semantics, selection criteria among dozens of sibling recipe tools, and what 'generated' entails in practice. More context is needed for reliable tool selection and invocation.
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?
The single workflow_id parameter (nullable, default null) is not mentioned in the description, and schema description coverage is 0%. The agent cannot determine whether workflow_id scopes the generated policy or what passing null means, so the description adds no semantic value beyond the bare schema.
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 uses a specific verb ('Return') and names a concrete artifact ('MCP gateway policy'), with qualifiers 'scoped tool access and runtime controls' that clarify the policy's purpose. It is not a tautology, but it does not explicitly differentiate this tool from closely related siblings like recipes_mcp_authorization_conformance_pack or recipes_workflow_control_plane.
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 the many sibling recipe tools. There are no prerequisites, typical scenarios, or exclusion criteria, leaving the agent to infer usage from the tool name alone.
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.