Skip to main content
Glama
ckall

Archery MCP Server

by ckall

user_create

Create a new user account with username, password, display name, and email in the Archery SQL audit system.

Instructions

创建新用户。

Args: username: 用户名 password: 密码 display: 显示名称 email: 邮箱

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNo
displayYes
passwordYes
usernameYes
Behavior2/5

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

With no annotations provided, the description carries full behavioral burden. It only states the basic action and lists parameters, but fails to disclose side effects (e.g., duplicate checks, notifications) or behavioral traits beyond creation.

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 very concise: one sentence for the main action and a list of parameters. No wasted words, but could be expanded to include usage notes. The structure is clean and front-loaded.

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 complexity (4 parameters, 3 required) and lack of annotations or output schema, the description is insufficient. It omits important context such as uniqueness constraints, password policies, or return values.

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?

The description lists parameters with Chinese labels (e.g., '用户名' for username), but these are direct translations of the schema titles. No additional meaning, constraints, or examples are provided beyond the schema itself. Schema description coverage is 0%, but the description does not compensate.

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 explicitly states '创建新用户' (create a new user), which clearly identifies the action and resource. It distinguishes the tool from sibling tools like user_update, user_delete, and user_list.

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?

The description does not provide explicit guidance on when to use this tool versus alternatives. Usage is implied by the tool name and sibling names, but no exclusions or context are given.

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