Skip to main content
Glama
MauricioPerera

mcp-sqlite-tools-plus

⚠️ FILE WRITE: Export a table or read-only SELECT/PRAGMA/EXPLAIN query to a CSV file. Can write absolute paths. Provide exactly one of table or query.

export_csv

Export a table or read-only SQL query to a CSV file with customizable delimiters, encoding, and quoting options.

Instructions

⚠️ FILE WRITE: Export a table or read-only SELECT/PRAGMA/EXPLAIN query to a CSV file. Can write absolute paths. Provide exactly one of table or query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
tableNo
appendNo
encodingNoutf8
delimiterNo
file_pathYes
always_quoteNo
database_nameNo
record_delimiterNo
Behavior2/5

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

No annotations are provided, so the description must cover behavior. It warns about file write and absolute paths, and restricts queries to read-only types. But it lacks detail on overwrite behavior, side effects of append, default encoding, or required permissions. The warning icon is present but not elaborated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the important warning symbol and key constraint. While brief, it avoids verbosity. However, the conciseness sacrifices necessary detail for parameter semantics and usage context.

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

Completeness2/5

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

Given the high parameter count (9) and absence of output schema, the description is insufficiently complete. It does not explain return values, error conditions, or how default values work. The minimal coverage leaves significant gaps for the agent to interpret correctly.

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

Parameters2/5

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

With 0% schema description coverage, the description must clarify parameters. It only explains that 'table' and 'query' are mutually exclusive. The remaining seven parameters (file_path, append, encoding, delimiter, always_quote, database_name, record_delimiter) are not mentioned, leaving the agent uninformed about their purpose and constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Tautological: description restates name/title.

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?

It instructs to provide exactly one of 'table' or 'query' and warns about absolute file paths. However, it omits guidance on when to choose this tool over export_json, export_xlsx, or import_csv, and does not mention the append or encoding options.

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/MauricioPerera/mcp-sqlite-tools-plus'

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