Skip to main content
Glama

get_dataset_resources

List all data files available for a specific dataset, including resource IDs, formats, descriptions, sizes, and direct download URLs.

Instructions

List the data files (resources) available for a specific dataset.

Use this before get_resource_data() to discover:

  • Resource IDs (required by get_resource_data)

  • Available formats (json, csv, xlsx, xls, xml)

  • File descriptions and sizes

  • Direct download URLs

Equivalent to get_dataset(detail_level="resources"), exposed as its own tool for callers that only need the file listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_idYesDataset identifier from search_datasets()

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided; description implies read-only but does not explicitly state behavioral traits like authentication or safety. The equivalence to get_dataset with detail_level suggests no destructive actions, but more direct disclosure would improve transparency.

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?

Concise with front-loaded summary, structured bullet points, and an equivalence note. Every sentence adds value without redundancy.

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

Completeness5/5

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

Given low complexity (1 parameter, no nested objects) and presence of output schema, the description fully covers usage, purpose, and relation to sibling tools. No gaps.

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?

Schema coverage is 100%, providing baseline of 3. Description adds value by specifying that dataset_id comes from search_datasets(), aiding parameter understanding beyond the schema description.

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?

Clearly states 'List the data files (resources) available for a specific dataset' with specific output details (resource IDs, formats, etc.) and distinguishes from related tools like get_resource_data and get_dataset.

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

Usage Guidelines5/5

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

Explicitly says 'Use this before get_resource_data()' and notes equivalence to get_dataset(detail_level='resources'), providing clear usage context and alternatives.

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/acailic/serbian-data-mcp'

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