Skip to main content
Glama
fvegiard

copilot-cloud-agent-mcp

by fvegiard

get_org_permissions

Check an organization's Copilot coding agent repository access setting, showing whether access is granted to all, selected, or no repositories.

Instructions

Get an org's Copilot coding-agent repo-access setting.

GET /orgs/{org}/copilot/coding-agent/permissions Returns: {enabled_repositories: all|selected|none, selected_repositories_url} Requires admin:org scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgYes
Behavior4/5

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

No annotations exist, so the description fully carries the burden. It discloses the required admin:org scope, the API endpoint format, and the exact return structure with fields and types. This provides sufficient transparency for an agent to understand the tool's behavior and authorization needs.

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 with three focused sentences covering purpose, endpoint, return format, and required scope. No unnecessary words.

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 simple read tool with one self-explanatory parameter, the description provides all essential information: purpose, scope, and return schema. No output schema exists, but the description compensates with the return structure.

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 does not describe the 'org' parameter beyond its name. While the parameter is self-explanatory, the schema has 0% description coverage, and the description should have added context (e.g., the organization slug or login). This gap lowers the score.

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 retrieves the Copilot coding-agent repo-access setting for an org. It uses a specific verb and resource, and implicitly distinguishes from sibling tools like set_org_permissions or enable/disable operations.

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 implies a read operation but does not explicitly state when to use this tool versus alternatives like list_org_enabled_repos or set_org_permissions. No usage context or exclusions are provided.

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