Skip to main content
Glama
Newscatcher

CatchAll (by NewsCatcher)

Official

list_datasets

List datasets with pagination, search, sorting, and filtering options for efficient management.

Instructions

List your datasets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (default: 1).
searchNoOptional text filter on the dataset name.
api_keyNoCatchAll API key. Optional if provided via x-api-key header or CATCHALL_API_KEY env var.
sort_byNoOptional sort field: 'name', 'created_at', or 'status'.
ownershipNoOptional ownership filter: 'all', 'own', or 'shared'.
page_sizeNoNumber of results per page (default: 100, max: 1000).
project_idNoOptional filter to datasets belonging to a specific project.
sort_orderNoOptional sort direction: 'asc' or 'desc'.
latest_statusNoOptional status filter: 'pending', 'enriching', 'ready', or 'failed'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description should disclose key behaviors like pagination, filtering, or ownership scope. The minimal text only says 'your datasets' but doesn't mention that the tool supports pagination, search, sorting, or filtering via parameters.

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?

The description is extremely concise (one sentence). However, for a tool with 9 parameters, a slightly more detailed description could improve usability without losing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (9 parameters, output schema exists), the description is too sparse. It omits important context like pagination defaults, ownership semantics, and results format, leaving the agent underinformed.

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 the baseline is 3. The description adds no parameter information beyond the schema, but the schema itself fully documents each parameter.

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 'List your datasets' clearly states the action (list) and resource (datasets). It distinguishes the tool from siblings like create_dataset, get_dataset, etc., though it doesn't explicitly differentiate from list_projects or other list tools.

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?

No guidance on when to use this tool vs alternatives (e.g., get_dataset for a single dataset, list_projects for projects). The description lacks context about prerequisites or typical use cases.

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

Install Server

Other Tools

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/Newscatcher/catchall-mcp'

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