Skip to main content
Glama

accept_project_transfer

Accept an incoming WALLET transfer to take project ownership, revoke previous owner's CI bindings, and receive a secrets rotation advisory.

Instructions

Accept an incoming WALLET transfer (v1.93+). Your wallet must equal the transfer's to_wallet. The accept transaction atomically: (a) flips ownership to your wallet, (b) revokes the previous owner's CI bindings on the project, (c) enqueues notifications to both parties, (d) stamps a persistent secrets_rotation_advised advisory. Secret VALUES are inherited (rotation strongly advised via set_secret for each name). GitHub repo ownership is NOT part of the transfer. Email transfers complete via claim_project_transfer, not this tool. Calls POST /agent/v1/transfers/:transfer_id/accept.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transfer_idYesWALLET transfer id to accept. Your wallet must equal the transfer's to_wallet. Atomically flips ownership, revokes the previous owner's CI bindings on the project, and stamps a `secrets_rotation_advised` advisory. (Email transfers complete via `claim_project_transfer`.)
Behavior5/5

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

With no annotations, the description fully details the atomic operations performed (ownership flip, CI revocation, notifications, advisory stamp) and clarifies important behaviors: secret inheritance with rotation advice, and that GitHub repo ownership is unaffected. This gives the agent a comprehensive understanding of side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a focused paragraph of about 5 sentences, front-loading the core purpose. Each sentence contributes meaningful detail. Could be slightly more compact, but overall efficient and well-structured.

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?

Given the lack of output schema, the description adequately explains what happens during acceptance. It covers key outcomes and behaviors. However, it does not mention error conditions or the state of the transfer post-acceptance (e.g., removal from incoming list). Still largely complete for a single-parameter tool.

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?

The schema covers the single parameter with a description that largely mirrors the main description. Since schema coverage is 100%, baseline is 3. The description adds some extra context (atomic effects) but does not significantly enhance what the schema already provides.

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 action ('Accept an incoming WALLET transfer'), specifies the version requirement (v1.93+), and immediately distinguishes it from email transfers which use 'claim_project_transfer'. It also enumerates specific atomic effects, leaving no ambiguity about what the tool does.

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 specifies a key precondition ('Your wallet must equal the transfer's to_wallet') and explicitly states when not to use this tool ('Email transfers complete via claim_project_transfer, not this tool'). However, it could more directly state that this is solely for wallet-to-wallet transfers, though this is implied.

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/MajorTal/run402'

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