Skip to main content
Glama

Start Review Router setup

start_review_router_setup
Idempotent

Create an inert GitHub-to-Slack setup plan and return one browser sign-in URL for the person completing setup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetNorepo_watch
repositoryYesGitHub repository in owner/repository format
slackChannelYesSlack channel name, with or without #
idempotencyKeyNo
slackWorkspaceNoOptional exact workspace name, Slack team ID, or Tenpace workspace ID
reviewerMentionsNoall

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

The annotations already mark the operation as idempotent and non-destructive, and the description adds context about the 'inert' plan and the browser sign-in URL. This goes beyond the annotations by clarifying that no immediate action is taken on GitHub/Slack, which is useful behavioral detail.

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 a single, well-structured sentence with no filler. It front-loads the core action and result, making it instantly scannable for an agent.

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 the tool's complexity (6 parameters) and the absence of an output schema, the description adequately covers the key return value (one URL) and the inert nature of the setup. It doesn't explain downstream steps or how the plan is stored, but sibling tools and annotations fill these gaps, making it sufficiently complete.

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

Parameters2/5

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

The description provides no parameter information, and with schema coverage at only 50%, parameters like 'preset', 'idempotencyKey', and 'reviewerMentions' lack descriptions in both the schema and the tool description. The enums and defaults help slightly, but the agent gets no guidance on how to choose appropriate values.

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 tool creates an inert GitHub-to-Slack setup plan and returns a browser sign-in URL. This distinguishes it from siblings like apply_review_router_setup and preview_review_router_setup by focusing on the initial setup step.

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 implies use for initiating setup via the word 'create' and 'inert,' but it doesn't explicitly explain when to prefer this over apply or get status. The context is clear enough for an agent to infer the intended workflow, though no direct alternatives are named.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool covers a distinct phase of the setup workflow: start creates an inert plan, preview reads the plan, apply executes it, status reports progress, and send tests the delivery path. No two tools share the same purpose.

Naming Consistency5/5

All tool names follow the same verb_review_router_setup pattern with clear actions (start, preview, apply, get, send). The consistent structure makes the set easy to navigate.

Tool Count5/5

Five tools is ideal for a focused setup lifecycle—enough to cover the workflow without redundancy or overload.

Completeness5/5

The setup workflow is fully represented: initiation, planning, application, status tracking, and testing. There are no obvious dead ends or missing operations for the stated purpose.