add_to_allowlist
Add a package to a firewall's allowlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| registry | Yes | Package registry | |
| firewall_id | Yes | Firewall public ID | |
| package_name | Yes | Package name to add |
Add a package to a firewall's allowlist.
| Name | Required | Description | Default |
|---|---|---|---|
| registry | Yes | Package registry | |
| firewall_id | Yes | Firewall public ID | |
| package_name | Yes | Package name to add |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure but fails to specify idempotency behavior (can the same package be added twice?), propagation delays, required permissions, or what indicates success versus failure for this security-sensitive mutation operation.
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 single sentence is efficiently constructed with no redundant words or tautology, presenting the core action immediately. However, given the lack of annotations and mutation nature of the tool, the brevity may be insufficient for complete understanding.
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?
Despite having well-documented parameters in the schema, the description is incomplete for a mutation tool with no annotations or output schema. It omits critical operational context such as side effects, error scenarios, and whether the operation is synchronous or requires confirmation.
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?
With 100% schema description coverage, parameters are fully documented in the schema (firewall_id, package_name, registry). The description adds no additional parameter context (e.g., expected formats, validation rules), which warrants the baseline score of 3 for high-coverage schemas.
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 ('Add') with clear resource ('package') and target ('firewall's allowlist'), accurately describing the operation. However, it does not explicitly differentiate from sibling tools like 'remove_from_allowlist' or 'add_to_denylist' within the text itself.
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 provides no information about when to use this tool versus alternatives (e.g., when to use add_to_denylist instead), prerequisites for invocation, or error conditions that might indicate a different tool is needed.
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.