Skip to main content
Glama
kumo-ai

KumoRFM MCP Server

Official
by kumo-ai

🧐 Analyzing table structure…

inspect_table_files
Read-onlyIdempotent

Inspect the first rows of table-like files from local, S3, or HTTP sources, returning each row as a dictionary mapping column names to values.

Instructions

Inspect the first rows of table-like files.

Each row in a file is represented as a dictionary mapping column names to their corresponding values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathsYesFile paths to inspect. Can be a mix of local file paths, S3 URIs (s3://...), or HTTP/HTTPS URLs.
num_rowsNoNumber of rows to read per file

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is clear. The description adds that rows are represented as dict mappings, which is useful but not critical. It does not disclose any behavioral quirks like file size limits or format restrictions.

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 brief (two sentences) and front-loaded with the core action. The second sentence details output format, which is optional but acceptable. No fluff or redundancy.

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?

The tool has an output schema (not shown) so return format is handled. The description explains the core functionality and row representation. However, it does not specify supported file formats or error handling, which could be relevant for a 'table-like' tool.

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?

Schema coverage is 100% with good descriptions for both parameters. The description does not add additional parameter meaning; the second sentence about row representation is about the output, not parameters. A 3 is appropriate as the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Inspect the first rows') and the resource ('table-like files'), and explains the data representation. However, it does not contrast with sibling tools like lookup_table_rows which could cause confusion about whether this tool retrieves arbitrary or only first rows.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use inspect_table_files versus alternatives (e.g., find_table_files for searching, lookup_table_rows for specific rows). The description lacks any usage context or prerequisites.

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/kumo-ai/kumo-rfm-mcp'

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