Skip to main content
Glama

List views

list_views
Read-onlyIdempotent

List the views (tabs) on a dashboard, in display order, with how many widgets each one holds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dashboardIdYesDashboard id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already mark it as read-only, idempotent, and non-destructive. The description adds value by disclosing the display-order behavior and the widget-count payload, which are not present in annotations.

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?

A single sentence, front-loaded with verb and resource, with only two relevant qualifiers (display order and widget count). No filler or repetition.

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 one-parameter read-only list with no output schema, the description covers the main return value (views in display order with widget counts). It leaves minor ambiguity about the exact shape of each view item, but the core call and response are clearly specified.

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?

The single dashboardId parameter is fully described in the input schema ('Dashboard id.'), so schema description coverage is 100%. The tool description only reiterates the dashboard context and adds no format, validation, or lookup guidance.

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 states a specific verb ('List'), a clear resource ('views (tabs) on a dashboard'), and adds ordering plus widget-count detail. This clearly separates it from siblings like list_widgets, create_view, or reorder_views.

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 provides clear context: the tool is for retrieving the tabs of a dashboard in display order with widget counts. It does not explicitly name alternatives or exclusion cases, but the resource and output are specific enough to make the intended use obvious.

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