Skip to main content
Glama

List Dare library items

dare_list_generations
Read-onlyIdempotent

Find earlier video IDs or upload storage keys by listing recent generations and uploads, newest first, with cursor pagination. Read-only.

Instructions

List recent items in the Dare library — generations and uploads, newest first — with cursor pagination. Read-only. Use it to find an earlier video's id or an upload's storage key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoItems per page.
cursorNo`next_cursor` from a previous call.
response_formatNo`markdown` for a readable summary, `json` for the raw payload.markdown

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, and the description's 'Read-only' is consistent with these. The description adds valuable behavioral context beyond the annotations: the list is newest-first and uses cursor pagination, and it includes both generations and uploads in the same listing. That goes beyond what annotations alone convey.

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 two sentences with zero filler. It front-loads the action and scope, then immediately gives the practical use case. Every clause earns its place: ordering, pagination, read-only nature, and what to use it for.

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 read-only list tool with three optional, well-described parameters and no output schema, the description conveys the key context: what is listed, ordering, pagination, and a concrete use case. It doesn't explicitly state the return envelope (e.g., that results include a next_cursor), but the schema's cursor parameter implies it, so the gap is minor.

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?

The input schema covers all three parameters (limit, cursor, response_format) with clear descriptions, so the baseline is 3. The description mentions pagination and the general use case but adds no new parameter-level detail beyond what the schema already provides.

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 ('List') and resource ('items in the Dare library — generations and uploads'), and adds important scope details: newest-first ordering and cursor pagination. Mentioning both generations and uploads distinguishes it from sibling tools like dare_list_models or dare_list_uploads, so an agent can tell them apart.

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 description gives one clear use case ('find an earlier video's id or an upload's storage key'), which implies when the tool is useful. However, it never explicitly says when to prefer this over dare_list_uploads or dare_get_generation, nor when not to use it. The routing guidance is implied rather than stated.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/avi-aggarwal14/dare-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server