Skip to main content
Glama
auspy

supasidebar-mcp

add_atc_rule

Create rules to route saved links to specific spaces or open matching URLs in designated browsers and profiles.

Instructions

Create a new Air Traffic Control rule. Save rules route saved links to a specific space. Open rules open matching URLs in a specific browser/profile. Use list_browser_profiles to get profile IDs and list_spaces to get space IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoHuman-readable name for the rule.
isEnabledNoWhether rule is active. Defaults to true.
matchTypeNoHow to match. 'contains' (default): URL contains pattern. 'equals': exact match.
routeTypeYes'save': route saved links to a space. 'open': open matching URLs in a specific browser/profile.
urlPatternNoURL pattern to match (e.g. 'x.com', 'github.com'). Omit to match all URLs (only valid with sourceBrowser or sourceSpaceID).
openInBrowserNo[Open rules] Browser to open URLs in (e.g. 'Chrome', 'Safari', 'Arc').
sourceBrowserNo[Save rules] Only trigger when saving from this browser (e.g. 'Arc', 'Chrome').
sourceSpaceIDNo[Open rules] Only trigger in this space. Get IDs from list_spaces.
targetSpaceIDNo[Save rules] Space ID to route saved links into. Get IDs from list_spaces.
openInProfileIDNo[Open rules] Browser profile ID. Get IDs from list_browser_profiles.
Behavior3/5

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

With no annotations, the description bears the burden of behavioral disclosure. It explains the two route types and their behavior, but does not mention potential side effects like duplicate handling, validation, or limits. It is adequate but not thorough.

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 three sentences with no unnecessary words, front-loading the purpose and then providing key usage guidance. Every sentence earns its place.

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

Completeness4/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 concepts and provides essential references to other tools. It could mention what the response looks like, but overall it is complete enough for an agent to select and invoke the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the routeType meanings ('save rules route saved links to a space; open rules open matching URLs') and directing the agent to auxiliary tools for IDs. This goes beyond the schema descriptions.

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 starts with 'Create a new Air Traffic Control rule', using a specific verb and resource. It clearly distinguishes two rule types (save and open), which helps differentiate from sibling tools like list_atc_rules, update_atc_rule, or 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 explicitly tells the agent to use list_browser_profiles for profile IDs and list_spaces for space IDs, providing clear context for tool invocation. It does not specify when not to use this tool, but for a creation tool, the guidance is adequate.

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