Skip to main content
Glama

setRelayList

Publishes a NIP-65 relay list to Nostr, allowing configuration of read, write, or read-write relays with optional private key authentication.

Instructions

Publish a relay list (NIP-65 kind 10002)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
readRelaysNoRelays for reading
writeRelaysNoRelays for writing
readWriteRelaysNoRelays for both read and write
privateKeyNoPrivate key (nsec or hex). Optional when NOSTR_BUNKER_URI is configured.
relaysNoRelays to publish the list to
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It only states 'Publish a relay list' without mentioning side effects (e.g., overwriting existing lists), required authentication (privateKey is optional but needs explanation), or what the output is. The description is insufficient for safe usage.

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 a single sentence with no wasted words. However, it may be too concise, lacking important contextual information. Nonetheless, it is well-structured and to the point.

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

Completeness2/5

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

With 5 parameters, no output schema, and no annotations, the description is far from complete. It does not explain the effect of each parameter beyond schema descriptions, the required authentication setup, or the expected outcome. The agent would likely need additional knowledge to use this tool correctly.

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 the baseline is 3. The description adds no additional parameter semantics beyond what the schema already provides. The schema descriptions are clear, but the tool description does not further clarify usage or relationships between parameters.

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 action ('Publish a relay list') and references the specific NIP-65 standard. It identifies the resource and the event kind, which is precise. However, it does not distinguish from sibling tools that also publish events, but the unique resource (relay list) provides reasonable clarity.

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?

No guidance is given on when to use this tool versus alternatives like publishNostrEvent or postNote. There is no mention of prerequisites, when not to use, or context for selection. The agent receives no help in choosing this tool over siblings.

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/jorgenclaw/nostr-mcp-server'

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