Skip to main content
Glama

CSV to JSON

csv_to_json

Convert CSV data to typed JSON with automatic delimiter detection, header parsing, and value type casting for processing spreadsheet exports.

Instructions

Convert CSV data to typed JSON. Auto-detects delimiters, uses the first row as headers, and casts values to proper types (numbers, booleans, nulls). Use when processing spreadsheet exports or any CSV-formatted data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
csvYesThe CSV content to convert
delimiterNoColumn delimiterauto
hasHeaderNoWhether the first row contains column names
typeCastNoAuto-convert values to proper types
limitNoMax rows to return
Behavior4/5

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

No annotations provided, so description carries full burden. It effectively discloses transformation behaviors: auto-detects delimiters, uses first row as headers, and type-casting to numbers/booleans/nulls. Missing only error-handling behavior for malformed CSV.

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 efficiently structured sentences with zero waste. First sentence front-loads core functionality with key features; second provides usage context. No redundant or filler text.

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 5 parameters with 100% schema coverage and no output schema, the description adequately covers the transformation logic. Minor gap: lacks description of output JSON structure (array of objects vs other formats), which would help given no output schema exists.

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?

With 100% schema coverage, baseline is 3. The description adds value by explaining how defaults behave (auto-detection for delimiters, first row handling for headers, casting for types), connecting features to specific parameters beyond raw schema definitions.

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 explicitly states 'Convert CSV data to typed JSON' with specific verb (convert) and resources (CSV to JSON). The mention of 'typed JSON' and CSV-specific processing distinguishes it from sibling conversion tools like convert_markdown.

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 second sentence explicitly states 'Use when processing spreadsheet exports or any CSV-formatted data,' providing clear contextual guidance. However, it lacks explicit exclusions or named alternatives for non-CSV data formats.

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/marras0914/agent-toolbelt'

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