Skip to main content
Glama

initiate_project_transfer

Transfer project ownership to a wallet, email, or org. Recipient completes via accept, claim, or immediate move; owner mutations are frozen until completion.

Instructions

Initiate a project transfer (owned-org recipient shape v1.96+). Addressed to a WALLET (to_wallet, completed by accept_project_transfer), an EMAIL (to_email, completed by claim_project_transfer), OR an owned ORG (to_org_id, same-actor move that completes immediately in the first gateway release) — provide exactly one. You must currently own/admin the project; for to_org_id you must be an active owner of both the source and destination orgs. Wallet/email transfers create a pending row with 72h expiry and freeze owner-side mutations until completed, cancelled, or expired. The recipient gets the project under the migrate billing policy. Owner's tier lease is NOT refunded. GitHub repo ownership is NOT transferred. Calls POST /projects/v1/:project_id/transfers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageNoOptional free-text note shown to the recipient in the preview and notification emails.
to_emailNoRecipient EMAIL. Provide EXACTLY ONE of `to_wallet`, `to_email`, or `to_org_id`. An email recipient completes the transfer via `claim_project_transfer` (they claim it into an org they own).
to_org_idNoDestination ORG id. Provide EXACTLY ONE of `to_wallet`, `to_email`, or `to_org_id`. First gateway release is same-actor only: caller must be an active owner of the source org and destination org. Completes immediately and returns project keys.
to_walletNoRecipient WALLET address (any case — the gateway lowercases). Provide EXACTLY ONE of `to_wallet`, `to_email`, or `to_org_id`. A wallet recipient completes the transfer via `accept_project_transfer`.
project_idYesProject id to transfer. You must currently own or admin it (the gateway verifies against fresh DB state).
billing_policyNoWallet rail only. Phase 1A supports only `migrate` (default). The project moves into the recipient's organization.
kysigned_record_idNoWallet rail only. Optional KySigned record id. Phase 1A stores this verbatim (no verification).
retain_collaborator_roleNoEmail rail only (v1.91): keep a `developer` membership in the recipient's org after the transfer completes. The recipient must accept it at claim time (`accept_retained_collaborator`). Omit for a full severance.
Behavior5/5

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

With no annotations provided, the description carries the full burden and does an excellent job: it discloses that transfers create a pending row with 72h expiry, freeze owner-side mutations, do not refund tier lease, and do not transfer GitHub ownership. It also specifies that for org transfers completion is immediate.

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 fairly long but well-structured: first sentence captures the main action, then recipient options, then conditions and behavioral details. Every sentence adds information, though a slight tightening could improve front-loading for quick scanning. No redundancy.

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?

Given the complexity (8 parameters, no output schema, no annotations), the description is very complete. It explains the full lifecycle (pending, completion, freezing, expiry, billing policy, no refund, no GitHub transfer), the API endpoint, and all parameter constraints. There are no obvious gaps.

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

Parameters5/5

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

The schema already covers 100% of parameters, but the description adds significant value by explaining that exactly one of to_wallet/to_email/to_org_id must be provided, the conditions for to_org_id (same-actor, owner of both orgs), and which parameters are rail-specific (billing_policy, kysigned_record_id for wallet; retain_collaborator_role for email). It also clarifies the optional nature of message.

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 main action 'Initiate a project transfer' and details three distinct recipient types (wallet, email, org) with specific completion tools. It distinguishes from siblings like accept_project_transfer and cancel_project_transfer by noting they are completions.

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 explains when to use each recipient option (exactly one) and conditions such as owning the project and being an active owner of orgs. It mentions that wallet/email transfers create pending rows with 72h expiry and freeze mutations. It could be more explicit about when not to use the tool (e.g., if the project is already in transfer), but the context is clear.

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