Skip to main content
Glama
fvegiard

copilot-cloud-agent-mcp

by fvegiard

enable_repo_for_org

Add a repository to an organization's approved list for the cloud agent, enabling Copilot to access it.

Instructions

Add one repo to the org's selected cloud-agent list.

PUT /orgs/{org}/copilot/coding-agent/permissions/repositories/{repository_id} Requires admin:org scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgYes
repository_idYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions the HTTP method and required scope but does not disclose idempotency, side effects, or error conditions. The behavioral disclosure is minimal.

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 extremely concise with two lines, front-loading the purpose and providing the API endpoint. Every sentence is necessary.

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

Completeness2/5

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

Given the tool has 2 required parameters, no output schema, and no annotations, the description lacks completeness. It does not explain return values, error cases, or idempotency, leaving the agent with incomplete context.

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

Parameters1/5

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

Schema coverage is 0%, but the description adds no parameter-specific meaning. It only implies org and repository_id through the URL pattern but does not explain their types or roles. The agent gains little beyond the schema.

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

Purpose4/5

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

The description clearly states 'Add one repo to the org's selected cloud-agent list', specifying the verb and resource. While it doesn't explicitly differentiate from disable_repo_for_org, the sibling names imply the opposite action.

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 provides the HTTP method (PUT) and required OAuth scope (admin:org), giving some usage context. However, it does not specify when to use this tool versus alternatives like set_org_selected_repos.

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/fvegiard/copilot-cloud-agent-mcp'

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