Skip to main content
Glama

Disable Space Repository Link Tool

disable-space-repository-link

Use this when the user wants to pause, turn off, or disable an Autopilot repository link for a Space. State-changing external-provider action: disables the link and attempts to remove the provider webhook after authorization. Requires Enterprise access, manageable Space permission, space_id, and link_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
link_idYesNumeric repository link ID to disable. Use list-space-repository-links first when needed.
space_idYesNumeric Space ID containing the Autopilot repository link to disable.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

The description goes beyond the annotations by disclosing that this is a state-changing external-provider action, that it attempts to remove the provider webhook, and that authorization is required. This provides important behavioral context not captured by readOnlyHint or destructiveHint.

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 concise and well-structured. It front-loads the trigger condition, then provides side-effect and permission context in a compact paragraph. No unnecessary information is included.

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

Completeness5/5

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

For a two-parameter tool with no output schema, the description provides all necessary context: when to use it, what it does, side effects, and required permissions. Sibling tools are not referenced, but the description is self-sufficient for correct invocation.

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?

Both parameters are fully described in the schema. The link_id description adds practical guidance by recommending list-space-repository-links first when needed, which exceeds the baseline. The space_id description is straightforward but sufficient.

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's purpose: disabling an Autopilot repository link for a Space. It uses a specific verb ('disable'), identifies the resource ('repository link'), and distinguishes the action from related operations like enabling or updating.

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 when to use the tool ('when the user wants to pause, turn off, or disable'), giving a clear trigger condition. It doesn't explicitly mention alternatives or exclusions, but the trigger is clear enough for an agent to select this tool.

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.

Resources