Skip to main content
Glama

dashai_list_datasets

Read-onlyIdempotent

List datasets loaded in dashAI, showing id, name, creation date, and status to help you pick one for further inspection.

Instructions

Lists the datasets loaded in dashAI.

Returns only id, name, date and status — just enough to pick one. To see columns and types use dashai_describe_dataset with the id.

Args: params (ListDatasets): contains: - limit (int): maximum to return, 1-200 (default 50)

Returns: str: JSON {"count": int, "datasets": [{"id", "name", "created", "status"}]} If there are none: a message explaining how to load data from the GUI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint, so the description doesn't need to restate these. It adds value by detailing the exact return fields (id, name, date, status) and the empty response behavior, which are not evident from annotations alone.

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 well-structured with a clear summary, sections for args and returns, and a bullet-point parameter explanation. Every sentence adds value and there is no redundant fluff.

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 the tool's simplicity (one optional parameter), the description covers the purpose, usage, return format, and empty-case behavior. It also references a sibling tool for deeper inspection, making the description fully self-contained for an agent to invoke correctly.

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?

The description explains the 'limit' parameter with its range (1-200) and default (50), which compensates for the low schema description coverage (0% as per context). It provides enough detail for an agent to use the parameter correctly without relying solely on the schema.

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 ('Lists') and a clear resource ('datasets loaded in dashAI'). It clearly distinguishes from sibling tools like dashai_describe_dataset by specifying it returns only summary fields, making it easy for an agent to choose this tool for overview purposes.

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?

The description explicitly states when to use this tool ('just enough to pick one') and directs the user to dashai_describe_dataset for detailed column information. It also explains the behavior when no datasets exist, giving clear context for expected 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/Maarmapa/dashai-mcp'

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