Skip to main content
Glama

superset_annotation_list

List annotations from a specified annotation layer in Apache Superset. Supports pagination and fetching all records at once.

Instructions

List annotations in the specified layer.

Args: annotation_layer_id: Annotation layer ID (from annotation_layer_list). page: Page number (starting from 0). page_size: Number of records per page (max 100). get_all: Fetch ALL records with automatic pagination (ignores page/page_size).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
get_allNo
page_sizeNo
annotation_layer_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behavior: page numbering starts at 0, page_size max 100, and get_all fetches all records ignoring page/page_size. This goes beyond the schema, which only has type/default. It doesn't cover error handling or return format, but output schema covers that.

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 a compact docstring with an Args section. Each sentence provides distinct, necessary information with no filler. It is front-loaded with the one-line summary.

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?

The tool is a straightforward list operation with an output schema present. The description covers all parameters and the pagination behavior, and references the layer list for IDs. No critical gaps for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It explains all four parameters with useful semantics: the source of annotation_layer_id, page starting at 0, page_size max 100, and get_all ignoring pagination. This adds meaning beyond the schema's bare types and defaults.

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 the specific verb 'List' and resource 'annotations' with a clear scope: 'in the specified layer'. This distinguishes it from sibling tools like superset_annotation_get (single annotation) and superset_annotation_layer_list (layers).

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?

It states 'annotation_layer_id (from annotation_layer_list)', which tells the agent where to obtain a needed prerequisite. It also explains the get_all option versus pagination, clarifying when to use which. However, it does not explicitly name alternatives like 'use superset_annotation_get to fetch a single annotation'.

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/bintocher/mcp-superset'

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