Skip to main content
Glama
wenyi3370-lgtm

chuance-policy-mcp

batch_verify_citations

Verifies multiple Chinese law article citations in one batch. Automatically parses law names and article numbers, checks up to 8, and returns a table with verified or pending status.

Instructions

批量核验引用,如 ["《中华人民共和国个人信息保护法》第五十五条", "《四川省数据条例》第十二条"]。

每条自动解析法名与条号并逐条核验(最多 8 条,串行防封)。 返回逐项核验表,供引用校验技能生成〔已核实/待核实〕标注。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
citationsYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the processing behavior (auto-parsing law names/article numbers, item-by-item verification), the concurrency constraint (serial to avoid blocking), and the output (a verification table with verified/pending markers). This meaningfully exceeds a generic 'verify citations' statement.

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 compact and front-loaded with the core purpose, followed by a concrete example, constraints, processing behavior, and output usage. Every sentence carries useful information and there is no redundancy or filler.

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

Completeness4/5

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

Given the tool's moderate complexity (single array parameter, no output schema, no annotations), the description is largely complete: input format, constraints, behavior, and return purpose are all covered. It could be more explicit about error handling or invalid citations, but what is provided is sufficient for safe invocation.

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

Parameters5/5

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

Schema coverage for parameters is 0%, so the description must compensate. It fully does: it provides an exact example of the expected array format, clarifies that each string is a law citation, and specifies the maximum batch size of 8 items. This gives the agent everything needed to construct the parameter correctly.

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 states a specific verb+resource: '批量核验引用' (batch-verify citations), and provides a concrete example. It distinguishes itself from siblings such as verify_law_article_tool by emphasizing batch processing and parsing each citation, making the tool's exact role clear.

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 gives clear context for when to use the tool: when a list of citations needs batch verification, with a maximum of 8 items. It also states that it serves the citation verification skill's labeling workflow. It does not explicitly exclude single-article verification or name alternatives, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/wenyi3370-lgtm/chuance-policy-mcp'

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