Skip to main content
Glama

get_widgets

Fetch widgets from a Mural board, with options to filter by type and paginate through results using a cursor.

Instructions

List widgets on a mural (stripped to key fields). Default limit 50. Use 'next' cursor to paginate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nextNoPagination cursor from a previous response
typeNoFilter by widget type
limitNoMax widgets per page (1–100, default 50)
muralIdYesMural ID in format "workspaceId.numericId" (e.g. myworkspace.1234567890). Also accepts full Mural URLs.
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 of disclosure. It clearly indicates this is a read-only listing operation ('List widgets'), discloses that the response is reduced ('stripped to key fields'), and explains pagination behavior. This is meaningful behavioral context beyond what the schema offers, though it does not cover output format or potential errors.

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 exceptionally concise: two sentences. The first tells the core purpose, the second packs pagination details. Every chunk of information is useful and front-loaded. No fluff 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?

Given the tool's moderate complexity (4 parameters, 1 required) and no output schema, the description covers the key operational aspects: listing action, reduced payload, and pagination. It does not mention the optional type filter, but the schema documents it clearly. For an AI agent selecting the tool, this is sufficient context to invoke it correctly.

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 input schema describes all four parameters with 100% coverage, so the baseline is 3. The description merely restates the default limit and the pagination cursor, adding no new semantic meaning beyond what the schema already provides. Thus, it does not elevate beyond the baseline.

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 starts with a clear verb+resource construction: 'List widgets on a mural'. It also notes 'stripped to key fields', distinguishing it from get_widget (which likely returns full details). This makes the tool's purpose unmistakable even among many sibling tools.

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 gives clear pagination context (default limit 50, use 'next' cursor), but does not explicitly name alternatives for when to use get_widget instead. The phrase 'stripped to key fields' implicitly suggests that get_widget is for full details, but the guidance is not explicit, so it falls into 'implied usage' rather than a clear when/when-not formulation.

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/janschmiedgen/mural-mcp'

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