Skip to main content
Glama

load_csv_from_content

Parse CSV data from string content into a DataBeak session for analysis and transformation. Configure delimiter and header detection to prepare data for processing.

Instructions

Load CSV data from string content into DataBeak session.

Parses CSV data directly from string with validation. Returns session ID and data preview for further operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesCSV data as string content
delimiterNoColumn delimiter character (comma, tab, semicolon, pipe),
header_configNoHeader detection configuration

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoSample of loaded data
successNoWhether operation completed successfully
rows_affectedYesNumber of rows loaded
memory_usage_mbNoMemory usage in megabytes
columns_affectedYesList of column names detected
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 of behavioral disclosure. It mentions 'validation' and 'returns session ID and data preview', which are useful behavioral details. However, it doesn't describe error handling, performance characteristics, or what happens to existing session data. The description adds some value but lacks comprehensive behavioral context for a data loading operation.

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 perfectly concise with just two sentences that each earn their place. The first sentence states the core purpose, and the second adds important behavioral context about validation and return values. No wasted words or redundant 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?

Given the tool has an output schema (which handles return value documentation) and 100% schema description coverage, the description is reasonably complete. It covers the core purpose, source format, and key behaviors. However, for a data loading tool with no annotations, it could benefit from more explicit guidance about error conditions, data size limitations, or session management implications.

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 description coverage is 100%, so the schema already documents all three parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema. It mentions 'CSV data as string content' which aligns with the 'content' parameter, but provides no additional syntax, format, or usage details beyond the schema's comprehensive descriptions.

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's purpose with specific verbs ('Load CSV data', 'Parses CSV data') and resource ('from string content into DataBeak session'). It distinguishes from sibling tools like 'load_csv_from_url' by specifying the source is string content rather than a URL.

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 provides clear context about when to use this tool ('Load CSV data from string content'), but doesn't explicitly mention when not to use it or provide detailed alternatives. It implies usage for CSV data in string format, but doesn't contrast with other data loading methods beyond the sibling 'load_csv_from_url'.

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/jonpspri/databeak'

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