Skip to main content
Glama
uerdshds

company-reconcile

by uerdshds

公司名对碰

reconcile_company_tables
Read-only

Fuzzy match company names and dates from two tables, returning matched, to_review, and unmatched results for data reconciliation.

Instructions

把两份表格按【公司名称 + 日期】做模糊对碰 (AND逻辑: 名称与日期都满足才算匹配)。

返回三档结果:

  • matched : 名称相似度>=阈值 且 日期在容差内

  • to_review : 日期满足但名称相似度落在复核区间(阈值下10分内), 需人工确认

  • unmatched : 无日期匹配候选, 或名称相似度过低 每条含 name_score(名称分) 与 day_gap(日期相差天数), 另附 summary 汇总。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_aYes表A: 可下载的文件URL(钉盘链接)或本地路径, 支持 .xlsx/.csv/.pdf
file_bYes表B: 可下载的文件URL(钉盘链接)或本地路径, 支持 .xlsx/.csv/.pdf
name_thresholdNo公司名相似度阈值(0-100), 默认85, 越高越严格
date_tolerance_daysNo日期容差天数, 0=必须同一天(AND严格), 默认0
name_col_aNo表A名称列名, 留空自动识别
date_col_aNo表A日期列名, 留空自动识别
name_col_bNo表B名称列名, 留空自动识别
date_col_bNo表B日期列名, 留空自动识别
strip_suffixNo比对时是否剥离'有限公司'等组织形式后缀, 默认False

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds value beyond annotations by explaining the fuzzy matching logic, result tiers, and output fields (name_score, day_gap, summary). Annotations (readOnlyHint=true, openWorldHint=true) are consistent and not contradicted.

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, using a short paragraph and bullet points to convey the matching logic, three result tiers, and output fields. Every sentence adds value.

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

Completeness5/5

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

Given the tool's complexity (9 parameters, 2 required) and the presence of a detailed input schema, the description effectively covers the tool's purpose, matching logic, result categories, and output structure, leaving no significant gaps.

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

Parameters3/5

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

Schema description coverage is 100%, so the tool description does not need to repeat parameter details. It focuses on overall behavior rather than individual parameter semantics, which is acceptable given the schema's thoroughness.

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 it reconciles two tables by fuzzy matching on company name and date with AND logic. It specifies three result tiers (matched, to_review, unmatched) and the output fields. No sibling differentiation needed.

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 provides clear context about the matching logic and result categories, implying the tool is for reconciling company tables. Without siblings, it adequately guides usage, though explicit when-to-use scenarios could be added.

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/uerdshds/company-data-mcp'

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