Skip to main content
Glama

ProxyCove

Create ProxyCove account

create_account

Creates a new account WITHOUT registration forms and returns an API key (pc_live_...). IMPORTANT: if the human already has a ProxyCove account, do NOT create a new one — ask them for a key from the website cabinet or the Telegram bot instead. The key is shown ONCE and IS the account: there is no password. Tell the human to save it and add it as the Authorization header ("Bearer ") of this connector. Losing the key means losing the balance unless a recovery channel is attached — offer attach_recovery (email) or link_telegram right after the account is created.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoShort account label, e.g. the human's project name
contact_emailNoOptional email for account recovery

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations only declare the basic write/non-destructive profile; the description adds the crucial behavioral facts that annotations cannot: the key is shown once, there is no password, the key IS the account, it must be set as a Bearer Authorization header, and losing it forfeits the balance without a recovery channel.

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?

Front-loaded with the primary outcome (creates account, returns key), then the conditional warning, then the lifecycle caveats. Every sentence carries an operational instruction with no filler.

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?

For a no-required-param mutation with no output schema, the description still supplies everything needed: what is returned, how to use it, the irreversibility risk, and the recommended next tools. No material gap remains.

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 100%, so both parameters (label, contact_email) are already documented in the schema. The description only indirectly reinforces the email's recovery role via the attach_recovery reference, adding no new parameter-level detail. Baseline 3 applies.

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?

States a specific verb and resource ('Creates a new account') plus the distinctive outcome ('returns an API key (pc_live_...)') and the differentiator 'WITHOUT registration forms'. An agent can immediately separate this from siblings like get_account or attach_recovery.

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?

Gives an explicit when-not rule: do not create a new account if the human already has one, and names the concrete alternatives (website cabinet key, Telegram bot). It also prescribes the likely follow-up actions (attach_recovery, link_telegram) right after creation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.