track_cctp
CCTP 跨链卡单追踪:输入源链交易哈希,查询这是哪笔跨链、转了多少、目标链是哪条、是否已到账。支持 Base → Ethereum 等 CCTP 支持的链。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | Yes | 源链上的交易哈希(0x 开头,66 字符) |
CCTP 跨链卡单追踪:输入源链交易哈希,查询这是哪笔跨链、转了多少、目标链是哪条、是否已到账。支持 Base → Ethereum 等 CCTP 支持的链。
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | Yes | 源链上的交易哈希(0x 开头,66 字符) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the behavioral burden. It discloses that the tool queries by source-chain txHash, returns specific data points, and supports CCTP chains such as Base → Ethereum. It does not mention failure/not-found behavior, but for a read-only lookup this is a minor gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences with no filler. The purpose is front-loaded, followed by input and output details, then supported chain context. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a simple one-parameter tool with no output schema and no annotations. The description supplies the input requirement, the output semantics, and supported chain context, which is enough for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description reinforces that txHash comes from the source chain and that CCTP chains are relevant, but it adds no format or validation detail beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description gives a specific verb ('追踪'/track) and resource (CCTP cross-chain transfer), and it distinguishes the tool from siblings by clearly stating the cross-chain tracking domain. It also lists exactly what the query reveals: which cross-chain transfer, amount, target chain, and arrival status.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The intended context is clear: use this when you need to follow up a CCTP cross-chain transaction from a source-chain transaction hash and check if funds arrived. It does not explicitly name alternative tools or state when not to use it, so it falls 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.
Add one secure layer between your agents and this server.