Skip to main content
Glama

nowyourlink public Spotlights

list_spotlights

Read-onlyIdempotent

Browse settled public Spotlights, newest first, including labeled house advertisements. Removed ads are excluded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior; the description adds useful behavior beyond that: newest-first ordering and explicit inclusion/exclusion rules for house and removed ads. No statement contradicts the annotations.

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?

One compact sentence front-loads the core behavior and immediately adds the key scoping details (ordering, inclusion, exclusion) without extraneous text. Every clause adds 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 simple paginated list tool with an output schema, the description covers the essential operation, ordering, and content filtering. It does not explicitly clarify pagination semantics or define 'settled,' but the schema and sibling names cover most of the remaining context.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain limit or offset. The names and constraints make the parameters reasonably guessable, but the description itself adds no meaning, and there is no compensation for the low schema coverage.

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 uses a specific verb ('Browse') with a clear resource ('settled public Spotlights') and gives distinguishing scope: newest first, including labeled house advertisements and excluding removed ads. This makes it clearly distinct from the get_spotlight/get_current_spotlight siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The wording implies this is the list/browse tool for settled public Spotlights, which differentiates it from the get tools, but it never explicitly says when to choose this over a sibling or when not to use it. Usage context is implied by 'Browse' and 'settled public' rather than 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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a distinct purpose: retrieving the current spotlight, retrieving a spotlight by date, listing all spotlights, and reading documentation. There is no meaningful overlap or ambiguity between them.

Naming Consistency5/5

All tool names consistently follow the verb_noun pattern (get_current_spotlight, get_spotlight, list_spotlights, read_agent_docs). Naming style is uniform and predictable.

Tool Count5/5

Four tools is appropriately scoped for a read-only spotlight browsing server. Each tool covers a necessary operation without unnecessary bloat or missing essentials.

Completeness4/5

The toolset covers the core lifecycle of reading public spotlights: current, by date, and a browsable list, plus documentation. A search or filter capability could be a minor enhancement, but there are no critical gaps for the stated purpose.

Resources