Skip to main content
Glama
spences10

mcp-sqlite-tools

by spences10

⚠️ SCHEMA CHANGE: Execute DDL SQL with params.

execute_schema_query

Executes SQL schema modification queries (e.g., CREATE, ALTER, DROP) on a SQLite database to manage its structure.

Instructions

⚠️ SCHEMA CHANGE: Execute DDL SQL with params.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
paramsNo
database_nameNo
Behavior1/5

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

With no annotations, the description carries the full burden of disclosing potential side effects. It only says 'Execute DDL SQL' without warning about destructive actions (e.g., dropping tables), irreversibility, or required permissions. The lack of any behavioral disclosure makes it highly opaque.

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

Conciseness3/5

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

The description is very concise, consisting of a single sentence with a warning prefix. While it avoids verbosity, it lacks structure and does not convey essential information about parameters or usage. It is appropriately short but not well-organized for clarity.

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

Completeness1/5

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

Given the tool has three parameters, no annotations, and no output schema, the description is severely incomplete. It does not explain parameter meanings, provide examples, or mention potential errors or constraints. The minimal text fails to give users sufficient context to use the tool effectively.

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

Parameters1/5

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

The schema defines three parameters (query, params, database_name) but the description provides no explanation for any of them. It mentions 'with params' but does not clarify their purpose (e.g., placeholders) or the role of database_name. With 0% parameter description coverage, the description fails to compensate.

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 Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide explicit guidance on when to use this tool versus alternatives. It does not mention that read/write queries should use other tools, nor does it explain scenarios where DDL is appropriate. The only hint is the 'SCHEMA CHANGE' label, but it lacks explicit direction.

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

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