get_policy
Retrieve the active write-safety policy for n8n workflow administration to confirm production safeguards before making changes.
Instructions
Returns active write safety policy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve the active write-safety policy for n8n workflow administration to confirm production safeguards before making changes.
Returns active write safety policy
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden, and it discloses almost nothing. It does not state whether this is auth-dependent, whether the policy is global or scoped, or what the caller should do with the result. Only the word 'active' hints that a non-active or historical variant might exist.
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 filler. It is arguably too terse for an undocumented domain term, but there is no wasted text.
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?
With no output schema and no annotations, the description is the only source of information about what the agent receives, yet it never describes the return shape or the meaning of the policy fields. For a read tool with no other documentation, this leaves a real gap.
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 tool takes zero parameters, so there is nothing for the description to disambiguate; the baseline for a no-parameter tool applies.
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 gives a verb plus resource ('Returns active write safety policy'), which is specific enough to distinguish it from all listed siblings, none of which deal with policy. However, 'write safety policy' is undefined domain jargon, so an agent cannot tell what content the policy actually governs.
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?
There is no guidance on when to call this tool, in what circumstances the policy matters, or how it relates to alternatives. It relies entirely on the name being self-explanatory.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.