Skip to main content
Glama
walletap

@walletap/mcp-server

Official
by walletap

create_sub_account

Destructive

Create sub-accounts for team members with custom permissions and template access, granting limited management capabilities and separate login credentials.

Instructions

Create a new sub-account (team member) with specific permissions and template access. Use this to grant team members limited access to manage specific templates. The sub-account gets their own login credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesEmail address for the new sub-account
passwordYesInitial password for the sub-account
displayNameYesDisplay name
permissionsNoPermission list (e.g. ['passes.read', 'passes.write'])
templateIdsNoTemplate IDs this sub-account can access
Behavior3/5

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

Annotations include destructiveHint: true, which lowers the burden on the description. The description adds context about own login credentials and limited access, but does not explain the destructive implications (e.g., potential removal of existing permissions or credential revocations). No contradiction with annotations, but it could elaborate on the side effects of creation.

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 two sentences with no filler. The core action and purpose are front-loaded, and the secondary sentence clarifies the outcome (credentials). Every word contributes to comprehension.

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 5-parameter creation tool with no output schema, the description covers the purpose, the access-control model, and the creation of credentials. It does not mention response behavior, but that is not required given no output schema. Required fields are handled by the schema. Minor gap: no mention of any prerequisites or post-creation implications, but overall adequate.

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

Parameters4/5

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

Schema coverage is 100%, so all five parameters are documented. The description adds meaning by grouping them: 'specific permissions and template access' maps to permissions and templateIds, while 'own login credentials' maps to email, password, and displayName. This enhances understanding beyond the raw schema.

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 clear verb-resource pair ('Create a new sub-account') and precisely states its function: granting team members limited access to manage specific templates. It also notes that the sub-account gets its own login credentials, which distinguishes it from sibling tools like list_sub_accounts, update_sub_account, and delete_sub_account.

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 instruction 'Use this to grant team members limited access to manage specific templates' gives explicit context for when to employ this tool. While it does not explicitly mention when not to use it or name alternatives, the sibling tools (list/update/delete) make the intended use case clear in context.

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/walletap/walletap-mcp'

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