Skip to main content
Glama
ckall

Archery MCP Server

by ckall

sql_check

Audit SQL syntax through goInception by providing instance ID, database name, and full SQL, returning review results without executing the statement.

Instructions

SQL 语法审核检查(不执行),调用 goInception 返回审核结果。

Args: instance_id: 目标实例 ID db_name: 目标数据库名 full_sql: 要检查的 SQL

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
db_nameYes
full_sqlYes
instance_idYes
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It states the tool does not execute SQL, which is critical, but lacks details on permissions, side effects, or rate limits. For a simple check tool, this is adequate but not comprehensive.

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 extremely concise: two sentences for the overall purpose and a simple list of parameters. Every sentence adds value with no redundancy.

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?

While the tool is simple, the description lacks information about the return format or potential errors. With no output schema, more detail on the review results would improve completeness.

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

Parameters4/5

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

The input schema has 0% description coverage, but the description lists each parameter with a brief Chinese explanation (e.g., 'instance_id: 目标实例 ID'), adding meaningful context beyond the schema titles.

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 performs SQL syntax review without execution, using goInception, which distinguishes it from sibling tools like sqlquery_execute that execute queries.

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 explicitly notes '不执行' (not executed), guiding the agent to use this for checking rather than executing. However, it does not explicitly mention when not to use it or provide alternative tools.

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/ckall/archery-mcp-server'

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