Skip to main content
Glama
SyneHQ

mcp-server-duckdb

by SyneHQ

smart_load_multiple_csv_files

Load multiple CSV files into DuckDB tables, automatically naming each table based on content analysis. Specify an optional delimiter for consistent parsing.

Instructions

Load multiple CSV files and intelligently name the tables based on content analysis

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathsYesList of paths to CSV files
delimiterNoOptional delimiter to use for all CSV files
Behavior3/5

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

With no annotations, the description carries full behavioral burden. It discloses the key behavior of content-based naming, which goes beyond the schema, but leaves unspecified details like error handling, overwriting behavior, and the exact nature of the content analysis. The mutating nature is implied by 'name the tables'.

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?

A single sentence with a clear verb and object structure; no redundancy or filler words. It is front-loaded and immediately informative.

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 is straightforward with complete parameter documentation, but without annotations or an output schema, the description omits details on return values and failure modes. The 'content analysis' behavior is mentioned but not elaborated, leaving some contextual gaps.

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?

Input schema covers both parameters (paths and delimiter) at 100%, so the description adds little beyond implying that 'multiple' refers to the paths array. The schema already documents the parameters sufficiently, justifying the baseline score.

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 loads multiple CSV files and names resulting tables based on content analysis, using the specific verb 'Load' and identifying both the resource (CSV files) and the outcome (tables). It implicitly distinguishes itself from sibling tools like create_table_from_csv by focusing on multiple files and intelligent naming.

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 phrase 'multiple CSV files' provides clear context for when to use this tool over single-file alternatives, and 'intelligently name' signals its unique benefit. However, it does not explicitly name alternatives or state exclusions, so it falls short of full usage 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/SyneHQ/mcp-server-duckdb'

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