Skip to main content
Glama
chaandannn

nable (finops-mcp)

get_pinned_view

Re-run a pinned view by ID to get updated financial data and its card, enabling read-only cost analysis.

Instructions

Re-run a pinned view by id and return fresh data plus its card. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
view_idYes
Behavior3/5

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

The description explicitly states 'Read-only', which is a key behavioral trait, but with no annotations provided, it lacks deeper context such as error handling or authentication requirements. The statement about returning fresh data and card adds some transparency.

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 extremely concise, using a single sentence that front-loads the verb and resource. There is no wasted text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/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 is adequate but incomplete. It lacks details on what 'card' refers to, format of return data, and behavior on missing view_id.

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 description mentions 'by id' but does not provide any additional meaning about the single parameter view_id beyond what the schema gives (type integer, required). With 0% schema description coverage, the description should compensate but fails to do so meaningfully.

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 the verb 'Re-run' and the resource 'pinned view by id', and specifies the output 'fresh data plus its card'. This distinguishes it from siblings like pin_view or list_pinned_views.

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 usage for fetching fresh data of a pinned view, but does not explicitly guide when to use it over alternatives like get_view or list_pinned_views, nor does it mention when not to use it.

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/chaandannn/finopsmcp'

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