Skip to main content
Glama
patrickdeanfox

Zuar Portal Blocks MCP Server

Fetch sample rows from a datasource

fetch_sample_rows
Read-only

Preview a datasource by fetching sample rows to inspect real column names and values before authoring a block.

Instructions

Fetch a few rows from a datasource so you can see real column names and values before authoring a block. Returns columns and row arrays.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datasource_idYesDatasource UUID.
limitNoRows to fetch (default 5, max 50).
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description's mention of returning 'columns and row arrays' adds useful behavioral context about the output format. No contradictions detected.

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: two sentences that immediately convey purpose and output. Every word adds value, with 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?

Given the tool's low complexity (2 parameters, no nested objects, no output schema), the description adequately covers the return format ('columns and row arrays'). It could be slightly more explicit about the structure of columns, but it is sufficient for agent invocation.

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 has 100% description coverage for both parameters (datasource_id and limit), so the schema itself provides the meaning. The description does not add any additional parameter semantics beyond what is already in the schema, meeting 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 clearly states the tool's purpose: to fetch a few rows from a datasource to see real column names and values before authoring a block. It uses specific verbs ('fetch') and resources ('datasource'), and distinguishes well from sibling tools that deal with blocks or datasources management.

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 provides a clear use case ('before authoring a block'), indicating when to use the tool. It does not explicitly state when not to use it or mention alternatives, but given the distinct sibling tools, the context is sufficient.

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/patrickdeanfox/zuar-portal-mcp'

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