Skip to main content
Glama

nostr_encode

Encode a raw NIP-19 record (npub, note, nevent, naddr, nprofile) into its bech32 form locally without network calls. Does not support nsec encoding for security.

Instructions

Encode a raw NIP-19 record (npub / note / nevent / naddr / nprofile) into its bech32 form. Local-only — no network call. Does NOT support nsec encoding (private keys must not transit the agent).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoEvent kind. Required for naddr; optional for nevent.
typeYesNIP-19 type to encode. `nsec` is intentionally not encodable through this tool — private keys must never round-trip through the agent.
relaysNoOptional relay hints (wss://...).
author_hexNoOptional author pubkey for nevent.
identifierNoReplaceable-event `d` tag value. Required for naddr.
pubkey_hexNo32-byte (64 hex char) public key. Required for npub / naddr / nprofile.
event_id_hexNo32-byte (64 hex char) event id. Required for note / nevent.
Behavior3/5

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

The description discloses important behavioral traits: local-only execution and prohibition of nsec encoding. However, it lacks details about error handling, return format, or input validation beyond what the schema provides. Without annotations, this is adequate but not comprehensive.

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 extremely concise—two sentences that efficiently convey purpose, scope, and constraints. No unnecessary words or redundancy.

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

Completeness4/5

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

Given the tool's simplicity and the schema's richness, the description covers the core purpose and constraints. The output format is implied by 'bech32 form', but a brief mention of the return value (e.g., 'returns a bech32-encoded string') would complete the picture.

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 description adds minimal value beyond the already detailed input schema (100% coverage). It repeats some parameter constraints (e.g., type values) but does not provide additional semantic guidance for using parameters together.

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 ('Encode' a raw NIP-19 record) and the output format ('bech32 form'). It explicitly lists supported types (npub, note, nevent, naddr, nprofile), differentiating it from sibling tools like nostr_decode.

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 provides clear usage context: it's a local-only operation with no network call, and explicitly warns against using nsec encoding. While it doesn't explicitly name alternatives, the context implies this tool is for encoding public data, and private keys should be handled separately.

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/llmops-pro/nostr-ops-mcp'

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