Skip to main content
Glama

make_table_from_csv

Convert CSV or TSV text into formatted ASCII or Unicode tables with options for delimiter, headers, table style, and numeric auto-formatting.

Instructions

Parse a CSV/TSV string and render as a table.

Args: csv_text: Raw CSV-formatted text delimiter: Field delimiter (default: comma). Use '\t' for TSV. has_header: If True (default), first row is treated as column headers fmt: "grid" (default), "box", "safe", or "pipe" style: Table style (for grid fmt) auto_format: Auto-detect numeric columns

Returns: Formatted table.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
csv_textYes
delimiterNo,
has_headerNo
fmtNogrid
styleNomysql
auto_formatNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. It describes the transformation (parse and render) and return value, but could more explicitly state that the tool is read-only or has no side effects. However, given the tool's nature, this is adequate.

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 a concise docstring with a one-sentence summary followed by parameter details. Every sentence is necessary, and the structure front-loads the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 6 parameters (1 required) and an output schema present, the description covers all parameters and states the return value ('Formatted table'), making it complete for an agent to use.

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

Parameters5/5

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

Schema coverage is 0%, but the description includes an Args section that explains every parameter (csv_text, delimiter, has_header, fmt, style, auto_format) with defaults and meaning, adding full value beyond 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 'Parse a CSV/TSV string and render as a table' uses a specific verb ('parse', 'render') and resource ('CSV/TSV string', 'table'), clearly distinguishing it from siblings like 'make_table_from_json' and 'make_table'.

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 usage with CSV/TSV strings but does not explicitly state when to use this tool versus alternatives (e.g., 'make_table_from_json') or provide 'when not to use' guidance.

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/dhammawatthumpra-coder/ascii-table-mcp'

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