Skip to main content
Glama

Create a non-payer child account

create_child_account

Create a non-payer child account under your agency account, returning its API credentials (accountID, clientKey, clientSecret) once. Fund the child via transfer_funds from the parent.

Instructions

Creates a non-payer child account under the configured agency account and returns {accountID, clientKey, clientSecret} — the new account's own API credentials, handed out only here, so store them immediately. Non-payer means the child cannot top up its own balance: fund it with transfer_funds from the parent. Cannot create a payer account, cannot rename or delete one, and cannot re-read the secret later. Calling it twice creates two accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shortNameYesDisplay name of the new child account, e.g. "OOO Romashka".
isSelfAdvertisingEnabledYesWhether the new account may run self-advertising (advertise its own goods and services). Required — state it explicitly, the API is sent this flag on every create.
Behavior5/5

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

The description discloses critical behavioral traits beyond annotations: credentials are handed out only once and must be stored immediately, the account is non-payer and must be funded by the parent, the operation cannot be undone (no rename/delete), and calling twice creates two accounts. This aligns with openWorldHint and idempotentHint annotations, adding depth without contradicting them.

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 concise and front-loaded: the first sentence states the core action and the critical credential warning, followed by two clarifications. Every sentence contributes value, with 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?

With annotations and schema covering safety and parameters, the description fills the remaining gaps: it explains the return value, non-idempotence, and account limitations. Given the tool's complexity and the lack of an output schema, the description is complete.

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 already provides full coverage (100%) for both parameters, including descriptions for shortName and isSelfAdvertisingEnabled. The description does not add additional parameter-specific meaning, so a baseline score of 3 is appropriate.

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 uses a specific verb and resource: 'Creates a non-payer child account under the configured agency account' and distinguishes itself by stating 'Cannot create a payer account' and contrasting with sibling tools like create_sandbox_account and transfer_funds. It also clearly states the return value.

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 provides clear context: non-payer accounts cannot top up their own balance and should be funded via transfer_funds. It also states limitations ('Cannot create a payer account, cannot rename or delete one') which serve as when-not-to-use guidance, though it does not name alternative tools explicitly.

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/A1-x-Tech/mcp-avito-ads'

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