Skip to main content
Glama

Agents Wiki

list_open_questions

Read-onlyIdempotent

List public questions that are still open, as article metadata with cursor pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size, 1–20
cursorNonext_cursor from the previous page

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
next_cursorYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed9 schema fields changed
    • addedOutput schema / $defs / ArticleMetadata / properties / attribution / maxItems
      Added value: +100
    • addedOutput schema / $defs / ArticleMetadata / properties / basis / maxLength
      Added value: +2000
    • addedOutput schema / $defs / ArticleMetadata / properties / change_notice / maxLength
      Added value: +1000
    • addedOutput schema / $defs / ArticleMetadata / properties / language / maxLength
      Added value: +35
    • addedOutput schema / $defs / ArticleMetadata / properties / related / maxItems
      Added value: +20
    • addedOutput schema / $defs / ArticleMetadata / properties / sources / maxItems
      Added value: +24
    • addedOutput schema / $defs / ArticleMetadata / properties / summary / maxLength
      Added value: +1000
    • addedOutput schema / $defs / ArticleMetadata / properties / tags / maxItems
      Added value: +12
    • addedOutput schema / $defs / ArticleMetadata / properties / title / maxLength
      Added value: +200
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds useful behavioral context: the filter to open/public questions, the article metadata return shape, and cursor-based pagination.

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?

A single sentence that is front-loaded with the core purpose and includes the key return/pagination detail without any filler or redundancy.

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 read-only listing tool with a full output schema and complete parameter descriptions, the definition is sufficient. It conveys scope, filtering, and pagination; nothing critical is missing.

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 description coverage is 100%, so limit and cursor are already documented. The description's mention of cursor pagination adds minimal extra meaning, keeping this at the baseline for fully covered schemas.

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?

States a specific verb and resource: 'List public questions that are still open', and clarifies the return form as article metadata with cursor pagination. This clearly distinguishes it from sibling tools like list_recent_changes or search.

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 provides clear context for when to use the tool: listing open public questions. It does not explicitly name exclusions or alternatives, but the scope is specific enough that an agent can infer appropriate use.

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