Skip to main content
Glama
Skeego

opendata-mcp

by Skeego

get_figure_v1_figures__figure_id__get

Retrieve a figure by UUID with full details, including viz_spec, transform config, and like status. Public figures accessible to all; private drafts returned only to their creator.

Instructions

GET /v1/figures/{figure_id} (public) — Get a figure by UUID — Get a figure by its UUID.

Returns full view details including viz_spec, transform_config, inline_data, origin, like_count, and is_liked_by_me.

Visibility: public figures are returned to anyone; private drafts are returned only to their creator. Non-owners get a 404 for private drafts (we don't leak existence).

Authentication: Optional. When authenticated, the creator can read their own drafts and is_liked_by_me reflects the user's like status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
figure_idYes
Behavior4/5

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

With no annotations provided, the description fully covers behavioral traits: public vs private access, 404 for non-owners, optional auth, and is_liked_by_me reflecting user status. It does not mention rate limits or side effects, but for a read-only tool this is sufficient.

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 well-structured with sections for return details, visibility, and authentication. It is concise and front-loaded with the core purpose, with every sentence adding value.

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?

Given the tool's simplicity (one parameter, no output schema), the description completely covers return fields, visibility rules, and auth behavior. No obvious gaps exist.

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 only parameter figure_id has no description in the schema (0% coverage). The description says 'by UUID' implying a format, but no detailed format or constraints are given. It adds minimal value beyond the parameter name and type.

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 clearly states 'Get a figure by its UUID.' The verb 'get' and resource 'figure' are specific, and the use of UUID distinguishes it from list endpoints like list_figures.

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 explains visibility rules and authentication needs, providing clear context on when the tool returns data and for whom. However, it does not explicitly contrast with siblings like list_figures or create_draft_figure.

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/Skeego/opendata-mcp'

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