Skip to main content
Glama
abhinav7895

Bolna MCP Server

by abhinav7895

bolna_create_sub_account

Create sub-accounts for enterprise multi-tenant management, with options to set concurrent call limits and separate database storage.

Instructions

Create a new sub-account for enterprise multi-tenant management (enterprise feature)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesUnique name for the sub-account, e.g. 'alpha-007'
db_hostNoDatabase host (for multi-tenant)
db_nameNoDatabase name (for multi-tenant)
db_portNoDatabase port (for multi-tenant)
db_userNoDatabase user (for multi-tenant)
db_passwordNoDatabase password (for multi-tenant)
multi_tenantNoStore sub-account data in a separate database
allow_concurrent_callsYesMaximum number of concurrent calls allowed for this sub-account
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only mentions 'enterprise feature' and 'multi-tenant management', but does not explain side effects (e.g., creation of resources, isolation), required permissions, or what happens after creation (e.g., no explanation of the sub-account lifecycle).

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 a single, concise sentence that front-loads the primary action. It is free of extraneous text, earning a high score, though it lacks structural elements like lists or bullet points which could improve scannability.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 8 parameters and no output schema, the description is incomplete. It does not explain the return value, prerequisites, or typical usage flow. It provides minimal context beyond the basic purpose.

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 coverage is 100% with meaningful parameter descriptions. The description adds overarching context about enterprise and multi-tenancy but does not add new semantics beyond the schema. Baseline 3 applies as schema already does the 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 verb 'Create' and the resource 'sub-account', and distinguishes it from sibling tools like delete, patch, list sub-account tools. It also specifies the context 'enterprise multi-tenant management', making the purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies it's for enterprise multi-tenant scenarios, but does not explicitly state when to use this tool versus alternatives (e.g., when to create sub-account vs create agent). No exclusion criteria or prerequisites are mentioned.

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/abhinav7895/bolna-mcp'

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