Skip to main content
Glama
beel-es

BeeL MCP server

Official
by beel-es

beel_put_owner

Idempotent

Change an account's owner by promoting a specified member to OWNER and demoting the current owner to ADMIN, ensuring exactly one owner remains. Returns 204 even if the member already owns the account.

Instructions

Makes the member in the body the account's OWNER and steps the calling owner down to ADMIN, so the account always keeps exactly one owner. It states the desired owner rather than performing a transfer, so repeating the same call once that member already owns the account returns the same 204 instead of failing.

Unlike the rest of this API, this operation is available only from a signed-in dashboard session: no API key, live or test, can perform it, whatever scopes it holds. To hand an account over to its holder from an integration, issue a claim token with POST /v1/accounts/{account_id}/claim-tokens instead.

Endpoint: PUT /v1/accounts/{account_id}/owner

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
account_idYesYour own account, or an account you provisioned. It — not the credential — decides which account the operation acts on; a `403` is returned when you do not reach it, the same response an account that does not exist gets.
Behavior5/5

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

Beyond the annotations (idempotentHint=true, readOnlyHint=false), the description explains that repeating the call when the member already owns the account returns 204 rather than failing, and explicitly states the auth limitation (session-only). This adds valuable operational behavior not captured in annotations.

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 well-organized into three paragraphs, front-loading the core action and then covering edge cases and alternatives. It is informative without being verbose, though it could be trimmed slightly for a more compact definition.

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?

The description covers authentication requirements, idempotency behavior, the distinction from transfers, and provides an alternative endpoint. For a mutation tool with no output schema, it leaves little ambiguity about what the operation does and under what conditions it can be used.

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 input schema already provides descriptions for both account_id and member_id, so the description adds little new parameter-level detail. It clarifies the role of the body ('the member in the body') but does not exceed the schema's existing coverage. Baseline 3 is appropriate given schema coverage.

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 action: 'Makes the member in the body the account's OWNER and steps the calling owner down to ADMIN', and explicitly contrasts it with a transfer. This distinguishes it from other account management operations without needing to inspect the schema.

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?

It provides explicit usage context: available only from a signed-in dashboard session, not via API keys, and names the alternative (claim token via POST /v1/accounts/{account_id}/claim-tokens) for integrations. This gives clear when-to-use vs. when-not-to-use guidance.

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/beel-es/beel-mcp'

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