Skip to main content
Glama

Nights Network

nights_network
Read-onlyIdempotent

Public Sentinel night reports. Currently empty — says so honestly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
liveNo
pageNo
honestNo
citationsYes
provenanceYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed6 schema fields changed
    • removedOutput schema / properties / doctrine
      Removed value: -{
      -  "type": "string"
      -}
    • addedOutput schema / properties / honest
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / properties / live
      Added value: +{
      +  "type": "object"
      +}
    • addedOutput schema / properties / page
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / properties / provenance / properties / never
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / required
      Added value: +[
      +  "citations",
      +  "provenance"
      +]
  2. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering the safety profile. The description adds that the tool is 'currently empty', which is a behavioral state beyond the annotations. It does not contradict any annotation. However, it does not disclose other traits like return format or pagination, which would be useful given the output schema exists.

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 that is front-loaded with the purpose and ends with a candid note about emptiness. Every word serves a purpose, with no redundancy. It is highly concise for a zero-parameter tool.

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 (no parameters, annotations covering safety, output schema exists), the description is reasonably complete. It states the resource and current state. However, it could be improved by briefly describing what the reports contain when not empty, to better inform the agent about expected data.

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?

With zero parameters, the baseline is 4 per instructions. The input schema has 100% coverage (trivially, since no params). The description does not need to add parameter meaning, and it correctly avoids irrelevant details. No enhancement needed.

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 'Public Sentinel night reports' clearly identifies the resource as a collection of night reports from Sentinel, implying a read operation. It distinguishes from sibling tools like 'aurora' or 'tonight_sky' by specifying the data source. The honesty about being empty adds context. However, it lacks a verb like 'get' or 'list', which would make it slightly more explicit.

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?

The description provides no guidance on when to use this tool versus alternatives. Given the sibling tools (e.g., 'observation_conditions', 'tonight_sky'), there is no differentiation or use case context. The 'currently empty' note is a factual state, not usage advice.

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.

Resources