Skip to main content
Glama
auspy

supasidebar-mcp

update_atc_rule

Update existing ATC rules by specifying the rule ID and optional fields to modify, such as name, match type, URL pattern, or browser and space filters.

Instructions

Update an existing ATC rule. Only the fields you provide will be changed. Get rule IDs from list_atc_rules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ATC rule ID to update. Get IDs from list_atc_rules.
nameNoNew name for the rule.
isEnabledNoEnable or disable the rule.
matchTypeNoNew match type.
urlPatternNoNew URL pattern.
openInBrowserNo[Open rules] New target browser. Set to null to clear.
sourceBrowserNo[Save rules] New source browser filter. Set to null to clear.
sourceSpaceIDNo[Open rules] New source space filter. Set to null to clear.
targetSpaceIDNo[Save rules] New target space ID. Set to null to clear.
openInProfileIDNo[Open rules] New profile ID. Set to null to clear.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses the key partial update behavior, which is not obvious from the schema. However, it does not mention authentication requirements, error handling, or what the tool returns (no output schema provided).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long with no wasted words. The first sentence states the purpose, and the second adds essential behavioral context. It is front-loaded and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 10 parameters and no output schema, the description covers the core behavior and a prerequisite but does not indicate what the tool returns (e.g., success confirmation, updated rule object) or handle error scenarios. It is minimally adequate but leaves gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all 10 parameters clearly. The tool description adds no additional parameter semantics beyond referencing list_atc_rules for the id, which is already in the schema. Baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Update' and the resource 'existing ATC rule.' It also clarifies the partial update behavior ('Only the fields you provide will be changed'), which distinguishes it from similar tools like add_atc_rule and delete_atc_rule.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear prerequisite: 'Get rule IDs from list_atc_rules.' While it does not explicitly state when not to use the tool, the sibling tools context (add, delete, list, reorder) makes the usage context clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/auspy/supasidebar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server