Skip to main content
Glama

ingest_event

Idempotent

Submit financial news articles to a normalized event ledger for severity and symbol classification, enabling committee RAG recall. Idempotent ingestion prevents duplicate entries.

Instructions

把你(宿主 agent)搜到的财经新闻投喂进事件账本:后端 LLM 归一化 → severity/symbol 判级 → 入库 → 供委员会 RAG 召回。你有比自托管爬虫强得多的 搜索能力(含中文源)——看到与用户持仓相关的新闻就喂进来,尤其 A 股/区域 市场(爬虫盲区)。幂等:同 url / 同 claim 重发不重复入账。需后端 LLM key。 ingested_by 报你自己的身份(如 "hermes")——溯源用,与 source(新闻来源)语义不同。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
titleYes
sourceNo
snippetNo
ingested_byNohost-agent
published_atNo

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 behaviors beyond annotations: backend LLM normalization and grading, requirement for LLM key, and the semantic difference between ingested_by and source. It confirms idempotency (matching annotation) and adds context about the processing pipeline. No contradictions with annotations.

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 detailed but efficient, with each sentence adding distinct value. It uses bold for emphasis and front-loads the core action. While longer than ideal, it is well-structured and avoids redundancy.

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

Completeness4/5

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

Given the tool's complexity, presence of output schema, and annotations, the description provides sufficient context for an agent to correctly select and invoke the tool. It covers idempotency, identity requirements, and use case boundaries. The only gap is partial parameter documentation.

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

Parameters2/5

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

Schema has 0% description coverage; the description partially compensates by clarifying that 'url' and 'title' are required, explaining the difference between 'ingested_by' and 'source', and noting that 'ingested_by' should be the agent's identity. However, it does not explain 'snippet' or 'published_at', leaving some parameters ambiguous.

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 feed financial news into an event ledger, with backend processing, normalization, and grading for committee RAG recall. It distinguishes from sibling tools (none of which are similar ingest tools) and specifies its use for news related to user holdings, especially from Chinese sources.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: use when the agent finds news related to user holdings, especially from Chinese sources and regional markets where crawlers are weak. It also notes idempotent behavior and the requirement for a backend LLM key, helping the agent decide when and how to invoke the tool.

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/longsizhuo/openInvest'

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