List Policies
list_policiesList available decisioning policies (strict, shipping, standard, permissive) with their thresholds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_policiesList available decisioning policies (strict, shipping, standard, permissive) with their thresholds.
| 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?
The annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds useful detail that results include thresholds, but does not describe ordering, return format, or any other behavioral expectations; with zero parameters, this is acceptable but not exceptional.
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?
The description is a single, front-loaded sentence that states exactly what the tool does and what information it returns. Every word earns its place, with no filler or repetition.
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 zero-parameter, read-only list tool without an output schema, this description is complete: it names the result domain, the specific policy categories, and the included threshold data. No critical information an agent needs to invoke it correctly is missing.
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 has no parameters, so the description does not need to explain parameter behavior. The baseline for zero-parameter tools is 4, and the description appropriately focuses on the output rather than inputs.
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 clear verb-resource pairing ('List available decisioning policies') and further specifies the scope by naming the exact policy types and what is included (thresholds). This distinguishes it from siblings like show_policy, which presumably displays a single policy rather than the available set.
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?
The description implies this is the tool to use when you need an overview of all available policies and their thresholds, but it does not explicitly discuss when to use show_policy instead. The distinction is inferable from the sibling name but not stated.
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.