Skip to main content
Glama

get_key

Get your Beam pubkey for Idios contracts to share with a counterparty, enabling them to create a contract with you. Read-only and requires no wallet funds.

Instructions

Get your own Beam pubkey for the Idios contract.

This is the value a counterparty uses to name you in a contract: it goes in worker_pubkey when a requester calls create_contract_a or create_contract_b. It is derived from your wallet and the Idios contract, so it stays the same for this wallet on this contract.

Share it with a counterparty so they can create a contract with you. This call is read-only and does not require wallet funds.

Returns your pubkey as a hex string, or an error message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Despite no annotations, description fully discloses read-only nature, no wallet funds needed, derivation from wallet and contract, and return format (hex string or error). No contradictions.

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?

Concise yet informative: opens with a clear purpose, followed by explanatory context, usage note, and return description. Every sentence provides unique value with no redundancy.

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?

Given zero parameters and no annotations, the description fully covers what the tool does, why it exists, how it behaves, and what it returns. No gaps given the tool's simplicity.

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

Parameters5/5

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

Input schema has zero parameters (100% coverage), so description adds value by explaining the semantic meaning of the returned key and its usage context, going beyond the empty 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?

Clearly states the tool retrieves the user's Beam pubkey for the Idios contract. Distinguishes from siblings like view_contract or worker_register by specifying unique output (own pubkey).

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?

Explicitly says to share with a counterparty to create contracts. Notes it is read-only and requires no funds. Could be improved by stating when not to use, but context makes alternative uses clear.

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/honeytones/idios'

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