Skip to main content
Glama

searchNips

Search through Nostr Implementation Possibilities (NIPs) to find protocol specifications and standards for the Nostr network.

Instructions

Search through Nostr Implementation Possibilities (NIPs)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query to find relevant NIPs
limitNoMaximum number of results to return
includeContentNoWhether to include the full content of each NIP in the results
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions searching but doesn't describe the search behavior (e.g., case sensitivity, ranking, pagination), potential errors, rate limits, or authentication needs. This leaves significant gaps for an agent to understand how to use it effectively.

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, efficient sentence that directly states the tool's purpose without unnecessary words. It is appropriately sized for a simple search tool, though it could be slightly more informative without losing conciseness.

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?

Given the complexity of a search tool with 3 parameters, no annotations, and no output schema, the description is incomplete. It doesn't explain what the search returns (e.g., list of NIPs with metadata), how results are structured, or any behavioral traits, making it inadequate for an agent to fully understand the tool's operation.

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 has 100% description coverage, so parameters are well-documented there. The description adds no additional meaning beyond what the schema provides, such as examples of queries or context for 'includeContent'. With high schema coverage, the baseline score of 3 is appropriate, as the description doesn't compensate but doesn't need to.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool searches through Nostr Implementation Possibilities (NIPs), which is a clear purpose. However, it doesn't specify what kind of search it performs (e.g., full-text, metadata, tags) or how results are returned, and it doesn't distinguish itself from sibling tools like 'getAllZaps' or 'getKind1Notes' that also retrieve NIP-related data.

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 provided on when to use this tool versus alternatives. It doesn't mention any prerequisites, such as needing a specific context or data availability, nor does it compare to sibling tools like 'analyzeNip19' or 'getProfile' that might serve similar purposes in different scenarios.

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

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