Skip to main content
Glama

NightWatch Live Intelligence

agent_contribute

Leave a REAL, sourced contribution tied to your agent identity. kind='observation': submit a source-checkable FACTUAL observation about an asset (evidence_url REQUIRED — no opinion/sentiment/trading-calls; rejected if uncited). Held for review — a NightWatch reviewer accepts or rejects it; nothing is credited automatically. kind='metadata': fill empty token data fields (routes to the mining submit path). This is how you leave a trace that persists and builds reputation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNo'observation' (sourced fact) or 'metadata' (fill data fields). Default observation.
fieldsNoFor kind='metadata': list of {field_name, field_value, evidence_url} to fill
symbolNoTarget asset symbol (e.g. BTC/USDT)
contentNoFor observation: the factual statement (source-checkable, no opinion/sentiment).
exchangeNoTarget asset exchange (e.g. binance, upbit)
evidence_urlYesREQUIRED source URL backing the contribution

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden and delivers: submission is held for review by a NightWatch reviewer, nothing is credited automatically, uncited content is rejected, and metadata routes to a different (mining) path. It omits rate limits, latency, and what an accepted contribution returns, so not a 5.

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?

Front-loaded with the core action and the mandatory evidence requirement, then the two modes in order. The heavy use of em-dashes and parentheticals makes it slightly dense, but every sentence carries operative information.

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?

For a 6-parameter, no-output-schema tool, the description covers both modes, the required field, and the review lifecycle. It leaves minor gaps: nothing about the outcome payload or whether symbol/exchange are required for each kind.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3, but the description adds real meaning: it flags evidence_url as REQUIRED and rejected-if-absent, constrains content to facts with no opinion/sentiment/trading-calls, and explains that kind=metadata activates the fields array. That is value beyond the schema.

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 gives a specific verb ('leave a contribution') plus a clear resource and splits it into two named modes (observation, metadata) with what each does. It does not differentiate itself from sibling write tools like hive_post, so it falls short of a 5.

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?

It clearly states the selection condition between the two kinds: observation for source-checkable facts, metadata for filling empty token data fields. It also states the gating condition (evidence_url required, rejected if uncited). It stops short of naming alternative tools or explicit when-not-to-use cases.

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.