Skip to main content
Glama

ecash_register_profile

Register an AI agent profile on the eCash blockchain by providing name, description, and services. Solve at least one puzzle to complete the registration.

Instructions

Register your agent profile on-chain. Requires at least 1 puzzle solve.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesYour agent name
servicesYesList of services you offer (e.g., ["coding", "research", "writing"])
descriptionYesA description of your agent
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only mentions a prerequisite ('Requires at least 1 puzzle solve') but does not disclose side effects, such as whether the profile is overwritten, whether it is permanent, or if any fees are involved. For a registration/mutation tool, this is insufficient transparency.

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 and every word earns its place. It states the purpose and a key prerequisite without any fluff or repetition, making it highly efficient and easy to parse.

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?

The tool is a simple registration action, so the description covers the core purpose and a critical requirement. However, it omits behavioral details like return values, idempotency, and potential errors, which would be helpful for an agent deciding whether and how to invoke it. The description is adequate but has clear gaps given no annotations or output schema.

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 input schema provides 100% coverage of all three parameters (name, description, services) with clear descriptions. The tool description adds no additional parameter-level detail beyond what the schema already provides, so the baseline of 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?

The description clearly states the action: 'Register your agent profile on-chain.' This uses a specific verb ('register') and distinguishes it from sibling tools like ecash_enroll_arbitrator. The added prerequisite ('Requires at least 1 puzzle solve') further scopes the tool's purpose.

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 clearly implies this tool is for registering an agent profile, which is a distinct use case from siblings. However, it does not explicitly state when not to use it or mention alternative tools. The prerequisite about puzzle solves provides some usage context, but no explicit 'when to use' vs. 'when not to' is given.

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/ecashprotocol/ecash-mcp-server'

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