Skip to main content
Glama
bpamiri

u2-mcp

by bpamiri

read_records

Read multiple records from a Universe file by specifying file name and record IDs. Returns each record's fields and lists any errors.

Instructions

Read multiple records from a Universe file efficiently.

Args: file_name: Name of the Universe file record_ids: List of record IDs to read

Returns: Dictionary containing file name, list of records, count, and any errors. Each record includes id and fields. Records not found are listed in errors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_nameYes
record_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses the return structure (dictionary with file name, records, count, errors) and behavior for missing records. It could mention limits or performance, but overall sufficient.

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?

Description is structured as a docstring with Args/Returns sections, concise without unnecessary words. Could be slightly shorter but effectively organized.

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 there is an output schema, the description adequately explains return values. It covers key behavioral aspects for a read tool, though could mention error handling for non-existent files. Mostly complete.

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

Parameters4/5

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

Schema coverage is 0%, so description compensates well. It explains both parameters: 'file_name' as the Universe file name and 'record_ids' as a list of IDs. Adds meaning beyond schema titles.

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 action ('Read multiple records') and the resource ('from a Universe file efficiently'). It distinguishes from the sibling 'read_record' tool by specifying 'multiple' records.

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 efficient batch reading but does not provide explicit guidance on when to use it versus alternatives like 'read_record' or when not to use it. No exclusions or comparisons are given.

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/bpamiri/u2-mcp'

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