Skip to main content
Glama
uno-km

AMEVA MCP Advanced Toolkit

by uno-km

process_dataframe

Process millions of rows of CSV/TSV data in-browser using SQL queries for filtering, sorting, aggregation, and joins. Returns results in CSV, JSON, or markdown table format.

Instructions

수백만 줄의 CSV/TSV 데이터를 Rust 기반 Polars 엔진으로 브라우저 내에서 초고속 처리합니다. 필터링, 정렬, 집계, JOIN 등 SQL 쿼리를 지원합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
csv_dataYes처리할 CSV 데이터 문자열 (또는 파일 경로)
queryYes실행할 SQL 쿼리 또는 DataFrame 연산 체인
output_formatNo출력 포맷: csv | json | markdown_table
Behavior3/5

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

With no annotations provided, the description carries the full burden. It mentions in-browser processing and speed, but does not disclose data privacy, limits, error handling, or whether data stays local. Moderate 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?

Two sentences are efficient and front-loaded with the core purpose. Every sentence adds value: first sentence states technology and scope, second lists capabilities. No extraneous information.

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?

For a 3-parameter tool with no output schema, the description covers functionality, technology, and supported operations. However, it lacks details on error handling, performance bounds, or return format (though output_format param exists). Mostly complete.

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%, so baseline is 3. The description adds context (CSV/TSV processing) but does not significantly expand on parameter meanings beyond the schema. The query parameter is already well-described in the schema.

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 processes CSV/TSV data using a Rust-based Polars engine in-browser with SQL support, which is a specific verb-resource combination. It distinguishes itself from unrelated siblings like disassemble_binary or optimize_images.

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 implies usage for tabular data processing and lists supported operations (filtering, sorting, aggregation, JOIN), but does not explicitly state when not to use it or mention alternatives. Context is clear given sibling tools are unrelated.

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/uno-km/MCP-Advanced-Toolkit'

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