x402-sql-format
SQL Format: SQL Format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | No | Sql to process | |
| text | No | Text to process | |
| input | No | Input to process |
SQL Format: SQL Format
| Name | Required | Description | Default |
|---|---|---|---|
| sql | No | Sql to process | |
| text | No | Text to process | |
| input | No | Input to process |
Changes observed during successful MCP inspections.
Input schema / properties / textAdded value: +{
+ "description": "Text to process",
+ "type": "string"
+}Input schema / properties / inputAdded value: +{
+ "description": "Input to process",
+ "type": "string"
+}Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It provides no information on what the tool does, whether it's a read-only operation, what the output looks like, or any side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely short but fails to convey any useful information. Brevity without substance is under-specification, not conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is completely inadequate. It lacks any detail about the tool's purpose, usage, behavior, or how it processes its three string parameters, leaving an agent unable to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema descriptions for all three parameters (sql, text, input) have 100% coverage with simple labels. The tool description adds no additional meaning, but the baseline is 3 when schema coverage is high.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'SQL Format: SQL Format' merely restates the tool name without a verb or explanation. It doesn't clarify what formatting means or how it differs from siblings like x402-sql-validate or x402-sql-explain.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as x402-sql-validate, x402-sql-check, or x402-ai-sql. The description offers zero context for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.