Skip to main content
Glama

probe_widget_data

Probe a widget's data to see its source and available field paths before binding. Returns live, sample, or error status along with bindable dot-paths and sample values.

Instructions

Return a widget's data as JSON to pick "field" paths before binding a data primitive. Returns {data, data_source, reason, fields}: "data_source" is "live" (real fetch), "sample" (demo fallback because nothing was configured), or "error" (fetch failed) so you never mistake a placeholder for a real result; "fields" lists the bindable dot-paths with sample values (a wrong key simply isn't in the list; an empty payload has fields with null values).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
widgetYes
optionsNo
Behavior5/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 behavioral disclosure. It excels by documenting the return structure, explaining the meaning of each data_source value ('live', 'sample', 'error'), and noting that fields list only bindable dot-paths with sample values and that an empty payload has null fields. This goes well beyond basic transparency and prevents common misuse.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, dense paragraph, but it is well-organized with a colon introducing the return shape and subsequent clauses explaining edge cases. Information density is high, and there is no filler, though breaking it into multiple sentences would improve readability. It earns a 4 because it is efficient and purposeful.

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 absence of an output schema and annotations, the description thoughtfully explains the return value and behavioral nuances (live/sample/error, field paths, null handling). It covers most of what an agent needs to safely invoke the tool. The missing 'options' parameter explanation is a notable gap, preventing a score of 5.

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

Parameters2/5

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

The input schema has 0% description coverage, so the description must compensate for parameter semantics. The 'widget' parameter is only implied as the target entity, and the 'options' parameter is completely undiscussed—its meaning, allowed values, and impact on the result are left unknown. The description focuses entirely on the output, leaving users to guess how to properly specify the 'options' object.

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 opens with 'Return a widget's data as JSON to pick field paths before binding a data primitive,' which clearly states the action, resource, and purpose. It is specific enough to distinguish this from siblings like list_widgets (which just lists widgets) or get_widget_options (which fetches configuration), making the tool's unique role clear.

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?

The description explicitly frames the tool's usage: 'to pick field paths before binding a data primitive.' It also warns that the 'data_source' field distinguishes live data from sample/error, so users won't mistake placeholders for real results. While it doesn't explicitly name alternative tools or say 'don't use for X', the context is clear and actionable.

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/dmellok/tesserae-mcp'

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