Skip to main content
Glama
heroku

Heroku MCP server

Official
by heroku

transfer_app

Transfer ownership of a Heroku app to another user or team. Input the app name and recipient details to move or reassign app ownership for organizational or user needs. Requires app owner or team admin permissions.

Instructions

Transfer ownership of a Heroku application. Use this tool when a user wants to: 1) Transfer an app to another user's account, 2) Move an app to a team, 3) Change app ownership for organizational purposes. Requires the app name and recipient (email for users, name for teams). The current user must be the app owner or a team admin to perform the transfer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appYesThe name of the Heroku app you want to transfer ownership of. You must be the current owner of this app or a team admin to transfer it.
recipientYesThe email address of the user or the name of the team who will receive ownership of the app. The recipient must have a Heroku account.
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing permission requirements (owner or team admin), recipient requirements (must have Heroku account), and the ownership change nature. It doesn't mention potential side effects like billing changes or access revocation, but covers key behavioral aspects.

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 efficiently structured with three clear usage scenarios, parameter requirements, and permission prerequisites in three well-organized sentences. Every sentence adds value with no redundancy or wasted words.

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?

For a mutation tool with no annotations and no output schema, the description provides good context about usage scenarios, permissions, and requirements. It could be more complete by mentioning potential side effects or confirmation of successful transfer, but covers the essential context well.

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?

Schema description coverage is 100%, providing complete parameter documentation. The description adds minimal value beyond the schema, only reinforcing the app ownership requirement and recipient account requirement already covered in schema descriptions. Baseline 3 is appropriate when schema does heavy lifting.

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 specific action ('transfer ownership') and resource ('Heroku application'), distinguishing it from sibling tools like create_app, rename_app, or get_app_info. It explicitly defines the tool's function beyond just the name.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage scenarios (transfer to another user, move to a team, organizational changes) and prerequisites (current user must be app owner or team admin). It clearly indicates when to use this tool versus alternatives like create_app or rename_app.

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

Related 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/heroku/heroku-mcp-server'

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