Skip to main content
Glama

unobserve_nip

Remove a NIP from monitoring. Requires a skanfirmy API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nipYes10-digit NIP to remove from monitoring.
api_keyNoskanfirmy API key (optional, if not in the header).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden of disclosing behavior. It does state the effect ('remove from monitoring') and the authentication requirement ('requires a skanfirmy API key'), but it does not mention idempotency, consequences when the NIP is not currently monitored, or any rate-limit concerns. The description is accurate but minimal on behavioral detail.

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 a single sentence with zero wasted words. The action ('Remove a NIP from monitoring') is front-loaded, and the authentication requirement is placed immediately after, giving the agent the critical information in the shortest possible form.

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?

For a simple 2-parameter mutation with no output schema and no annotations, the description covers the core purpose and the auth requirement. However, it does not describe what the API returns, whether the operation is idempotent, or how errors are surfaced. This is a notable gap for a mutating tool, but the low complexity keeps it at an acceptable baseline.

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 coverage is 100%, so the schema already fully documents both 'nip' and 'api_key'. The description adds no additional parameter semantics beyond reiterating that an API key is required, which is already captured by the optional 'api_key' field. Baseline 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 states a specific verb ('Remove'), a resource ('a NIP'), and a scope ('from monitoring'), making the tool's function completely unambiguous. It is readily distinguishable from siblings like observe_nip and list_observations without needing to compare schemas.

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 gives clear context for when to use the tool: removing a NIP from monitoring. It does not explicitly mention alternatives or exclusions, but the use case is so direct that an agent can confidently select it when the goal is to stop monitoring a NIP. The API key prerequisite is also stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.