Skip to main content
Glama
rsp2k
by rsp2k

create_read_replica

Create a read replica database to distribute read queries and improve performance. Specify source database, label, region, and plan for setup.

Instructions

Create a read replica of a database.

Args: database_id: The source database ID or label label: Label for the read replica region: Region for the read replica plan: Plan ID for the read replica

Returns: Information about the created read replica

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYes
labelYes
regionYes
planYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool creates a read replica, implying a write/mutation operation, but does not disclose critical traits such as permissions required, whether it's idempotent, rate limits, costs, or what happens if the source database is unavailable. The description adds minimal behavioral context beyond the basic action.

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-structured and appropriately sized, with a clear purpose statement followed by 'Args' and 'Returns' sections. It avoids unnecessary details and is front-loaded with the main action. However, the 'Args' section could be more integrated into the flow, and some redundancy exists (e.g., repeating parameter names without added value), but overall it is efficient.

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

Completeness3/5

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

Given the complexity (a mutation tool with 4 required parameters), no annotations, and no output schema, the description is moderately complete. It covers the purpose and parameters at a high level but lacks details on behavioral traits, error handling, and output specifics. The 'Returns' section is vague ('Information about the created read replica'), which is insufficient without an output schema. It meets minimum viability but has clear gaps.

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 0%, so the schema provides no parameter descriptions. The description lists the parameters in an 'Args' section with brief labels (e.g., 'database_id: The source database ID or label'), adding basic semantics beyond the schema. However, it does not explain formats, constraints, or examples (e.g., valid regions or plans), leaving significant gaps. With 0% coverage, the description compensates partially but not fully.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Create a read replica of a database.' It specifies the verb ('Create') and resource ('read replica of a database'), making the action explicit. However, it does not differentiate from sibling tools like 'fork_database' or 'create_logical_database', which might have overlapping or related functionality, so it lacks sibling distinction.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., needing an existing database), exclusions, or comparisons to siblings like 'fork_database' or 'create_logical_database'. Usage is implied only by the tool's name and purpose, with no explicit 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/rsp2k/mcp-vultr'

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