Skip to main content
Glama

List saved sections

list_assets
Read-only

List saved widget-section assets for the account (with optional filters).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoFilter to assets containing this tag.
pageNoPage number (0-indexed). Default 0.
typeNoFilter by asset type (e.g. "chart").
limitNoResults per page (1-100). Default 20.
searchNoFilter by name (case-insensitive contains).
sourceNo'mine' (your account), 'standard' (templates), or 'all'.
sort_byNoSort field (default "created_at").
sort_orderNo-1 for DESC (default), 1 for ASC.
datasourcesNoOverlap-filter on these datasource ids (from datasources).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoOne row per saved section — id, name, description, tags, the datasources its widgets use, and how many widgets it holds.
metaNoPagination for the list — page, limit and the total row count.
successYesTrue when the call succeeded. A failure comes back as an error result instead.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds that this lists account-level saved widget-section assets and accepts optional filters, which is useful but not deeply behavioral. It does not describe defaults, pagination behavior, or what an 'asset' is beyond the name, though the output schema helps fill that gap.

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 single sentence that front-loads the action and resource, then mentions optional filters. There is no filler or redundancy; every word earns its place. It delegates parameter details to the schema, which is appropriate.

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 an output schema, no required parameters, and fully documented input schema, the description provides sufficient high-level context. It could be slightly clearer about what qualifies as a 'widget-section asset' and how account scope interacts with the source filter, but the schema and annotations cover the major operational details.

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 input schema fully documents all nine parameters with clear descriptions and enums. The description only says 'with optional filters', which adds no parameter-level meaning beyond the schema. This matches the baseline of 3 when the schema carries the semantic weight.

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 uses a clear verb and resource: 'List saved widget-section assets for the account'. It clarifies the ambiguous title 'List saved sections' by specifying these are widget-section assets, and the account scope is helpful. However, it does not explicitly distinguish this from sibling tools like list_asset_widgets or get_asset, so it falls just short of a 5.

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 implies the main use case: listing saved widget-section assets, optionally filtered. It gives no guidance on when to prefer this over related tools such as list_asset_widgets, list_widgets, or list_templates, nor does it mention exclusions. The context is clear enough for a reasonable agent, but the guidance is not explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources