Skip to main content
Glama

Remove a GitHub repository association

unlink_github_repository
Destructive

Remove the association between a repository and a project, or the workspace level association when no project is given. Removing the last association stops Orbit watching the repository, so its events are no longer processed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoProject name or id to associate the repository with. Null or omitted associates it with the whole workspace instead, which is what you want when a repository serves more than one project.
repositoryYesRepository full name like "Noveum/orbit", or the GitHub repository id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior5/5

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

Beyond the destructiveHint annotation, the description discloses a meaningful consequence: removing the last association stops Orbit watching the repository and stops processing its events. This is exactly the kind of behavioral context that annotations alone do not provide.

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?

Two sentences, no filler. The first sentence delivers the core action and scope; the second sentence adds the key side effect. Information is front-loaded and 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?

For a two-parameter destructive tool, the description plus schema and annotations cover the action, scope, and side effects. It does not describe return values or explicitly mention that unlinking is reversible via link_github_repository, but those are minor gaps for this tool's complexity.

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%, and the input schema already documents both parameters comprehensively. The description only echoes the project-omission rule already present in the schema, adding no additional parameter-level meaning.

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 states a specific action ('Remove the association between a repository and a project') and clearly distinguishes project-level from workspace-level unlinking. It is immediately distinct from sibling tools like link_github_repository and list_github_repositories.

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

Usage Guidelines3/5

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

The description gives clear context for when workspace-level unlinking applies ('when no project is given'), but it does not explicitly contrast with sibling tools or state when to prefer this over alternatives. Usage is implied rather than spelled out.

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.