Skip to main content
Glama
u9401066

asset-aware-mcp

by u9401066

discover_sources

Search across documents, tables, figures, and knowledge graphs to find data sources for citations. Returns unified AssetRef results for direct use in table citations.

Instructions

🔍 資料來源探索:跨文件搜尋可用於表格的資料來源。

整合 Section、Figure、Table、Knowledge Graph 多個資料庫, 返回統一的 AssetRef 格式結果,可直接用於 table_cite。

Args: query: 搜尋關鍵字 doc_ids: 限定搜尋的文件(不指定則搜尋所有文件) include_kg: 是否包含知識圖譜搜尋 limit: 每類來源的最大結果數

Returns: 發現的資料來源(AssetRef 格式)

Example: discover_sources("remimazolam dosing") discover_sources("drug comparison", doc_ids=["doc_abc"])

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
doc_idsNo
include_kgNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It describes the search across databases and output format, but does not explicitly state that it is read-only or non-destructive, nor mention authorization needs or rate limits. It adds some context but not full behavioral transparency.

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 somewhat long with emojis, multilingual content, and an Args/Returns section. It is well-structured and front-loaded with purpose, but could be slightly more concise. The emoji adds minor clutter.

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 that an output schema exists (though not shown), the description needn't explain return values in depth but does mention Returns: AssetRef format. It covers overall function, parameters, and examples, making it complete for a moderately complex tool with 4 parameters.

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 description coverage is 0%, so the description compensates well. It explains each parameter: query, doc_ids (限定搜尋的文件(不指定則搜尋所有文件)), include_kg (是否包含知識圖譜搜尋), limit (每類來源的最大結果數). Examples are provided, adding meaning beyond the schema.

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 the tool's purpose: '資料來源探索' (data source discovery) that searches across multiple databases (Section, Figure, Table, Knowledge Graph) and returns AssetRef format for use in table_cite. It distinguishes from siblings like table_cite by specifying cross-database search and integration.

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 implies usage for finding data sources for table citations and gives examples. It mentions it can be used directly for table_cite. However, it does not explicitly state when not to use it or compare it to alternatives like document search tools.

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/u9401066/asset-aware-mcp'

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