Skip to main content
Glama

ci_create_binding

Create a GitHub Actions CI binding by submitting a locally signed delegation to authorize deploy actions for specific repositories, branches, or environments.

Instructions

Create a GitHub Actions CI/OIDC deploy binding by sending a locally signed delegation to the SDK. This MCP wrapper does not sign or broaden authority; the signed delegation defines the repository/branch or environment, allowed events/actions, and optional route_scopes. Without route_scopes, CI cannot deploy route declarations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject ID the CI binding may deploy to.
providerNoCI provider. V1 supports only github-actions; omitted defaults to github-actions.
subject_matchYesGitHub Actions OIDC subject match, e.g. repo:owner/repo:ref:refs/heads/main.
allowed_actionsYesAllowed CI actions. V1 supports only deploy.
allowed_eventsYesAllowed GitHub event names, typically push and workflow_dispatch.
route_scopesNoOptional route delegation scopes, normalized by the SDK. Use exact paths like /admin or final wildcard prefixes like /api/*. Omit or pass [] for no CI route authority.
github_repository_idNoNumeric GitHub repository id to pin the binding to, or null if absent.
expires_atNoOptional ISO timestamp when this binding expires.
nonceYesLowercase hex nonce included in the signed delegation.
signed_delegationYesBase64 SIGN-IN-WITH-X delegation signed locally by the allowance wallet. This MCP tool does not sign; it only sends the signed delegation to the SDK.
Behavior3/5

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

With no annotations provided, the description carries full responsibility. It explains that the tool does not sign or broaden authority and clarifies the role of route_scopes. However, it does not disclose potential side effects (e.g., what happens if a binding already exists), authentication requirements, or error conditions, leaving moderate gaps.

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 consists of three concise sentences. The first sentence immediately states the tool's purpose, the second clarifies its limitations, and the third adds important nuance about route_scopes. No superfluous words, and the key information is front-loaded.

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

Completeness3/5

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

Given the complexity (10 parameters, no output schema, no annotations), the description covers the core behavior but omits return value information (e.g., what is returned on success or failure) and potential prerequisites (e.g., need for a locally signed delegation). The schema covers parameters well, but the overall context for using the tool in a workflow is only partially addressed.

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?

Schema coverage is 100%, so baseline is 3. The description adds value beyond the schema by explaining that without route_scopes, CI cannot deploy route declarations, and clarifying that signed_delegation is only sent, not signed by this tool. This extra context improves parameter understanding.

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 verb 'Create' and the resource 'GitHub Actions CI/OIDC deploy binding', and distinguishes it from sibling tools like ci_get_binding, ci_list_bindings, and ci_revoke_binding by specifying it sends a locally signed delegation. It also notes what the tool does not do (sign or broaden authority), providing a precise purpose.

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 usage context (creating a CI binding) but does not explicitly state when to use this tool versus alternatives like ci_revoke_binding or when not to use it. It mentions limitations (no signing, no broadening) but lacks explicit guidance on prerequisites or scenarios, resulting in only implied usage.

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/kychee-com/run402'

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