Skip to main content
Glama
uerdshds

company-reconcile

by uerdshds

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoThe port to listen on.8000
MCP_API_KEYNoOptional API key for authentication. If set, requests must include header X-Api-Key: <key>.
MCP_HTTP_PATHNoThe HTTP path for the MCP service endpoint./mcp
MCP_TRANSPORTNoThe transport type: 'streamable-http' or 'stdio'.streamable-http

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
reconcile_company_tablesA

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

返回三档结果:

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

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

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

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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