Skip to main content
Glama
u9401066

asset-aware-mcp

by u9401066

discover_sources

Search documents to discover data sources for tables, returning unified asset references across sections, figures, tables, and knowledge graphs.

Instructions

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

整合 Section、Figure、Table、Knowledge Graph 多個資料庫, 返回統一的 AssetRef 格式結果。短 evidence span 會保持 canonical;過長 span 僅回傳 discovery-only span_preview,完整可驗證 AssetRef 必須從 persisted citation / agent-asset bundle 取得。

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
limitNo
queryYes
doc_idsNo
include_kgNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses key behavioral aspects: it returns unified AssetRef results, preserves canonical format for short evidence spans, and provides only a discovery-only preview for long spans, with the caveat that full verifiable AssetRef must be obtained from persisted citations or the agent-asset bundle. This gives the user a clear expectation of output behavior.

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 concise, consisting of two clear sentences that efficiently convey the tool's function and output behavior. It is well-structured and easy to read, with no redundant or verbose wording.

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

Completeness2/5

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

While the description covers the output format and handling of spans, it omits essential context about how to invoke the tool correctly, particularly regarding the parameters. It also does not mention the expected return structure in detail beyond the AssetRef format, leaving gaps for a user who needs to understand the full context of usage.

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

Parameters1/5

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

The description provides no explanation of the parameters (query, doc_ids, include_kg, limit) and the schema also lacks descriptions. With 0% schema coverage, the description completely fails to compensate, leaving the user without any understanding of what these parameters do or how to use them.

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: to search for data sources across documents, integrating multiple databases (Section, Figure, Table, Knowledge Graph) and returning a unified AssetRef format. This distinguishes it from sibling tools like get_docx_content or parse_pdf_structure, which are more specific to content extraction.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide explicit guidance on when to use this tool versus alternatives, such as what scenarios warrant discover_sources instead of find_evidence_spans. It also lacks any mention of prerequisites, limitations, or contexts in which it should not be used.

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