Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

全文检索语料库。query 支持多个词(空格分隔;mode="and" 全部命中 / "or" 任一命中, 可用于同义提法集合)。date_from/date_to 格式 YYYY-MM-DD;source 可选来源子串; order 可选 relevance/newest/oldest。返回 id、标题、日期、来源和命中片段。

get_articleA

按 id 取一篇文章的完整元数据与全文。max_chars>0 时截断正文。

list_articlesB

按时间/来源/标题子串浏览语料库(不做全文匹配,浏览用)。

topic_timelineA

主题证据时间线:按时间桶(year/quarter/month)返回该主题最相关的若干篇(含片段), 用于追踪他在某问题上表述的演变。研究特定场景/问题时先用这个建立证据骨架。

phrase_trendA

提法(tifa)趋势:每个提法在各时间桶的覆盖率(articles/per100)与强度(per10k_chars)。 提法的出现、升温、降温、消失是可观察的政策信号(CMP 方法论);时间桶零填充,消失本身即信号。 注意:per100 对高频词(如单字"党")会饱和于 100,看强度变化用 per10k_chars;小桶(of<20)噪声大。 适合对比同义/竞争提法,如 ["高质量发展","高速增长"]。

recent_signalsB

新提法信号:近 days 天(上限365)相对之前 baseline_days 天(上限1095)基线明显升温 或全新出现的表述(锚定语料库最新文章日期)。baseline_count=0 即全新提法。 结果带 baseline_thin 标志,基线过薄时 ratio 仅供参考。用于预测前的信号扫描。

get_contextA

单篇精读:返回该文章中命中 query 的段落及前后 window 段上下文(带段号)。 需要逐字引用原话时,必须从这里或 get_article 的返回文本中原样复制。

corpus_statsB

语料库覆盖情况:总篇数、时间范围、来源分布、待抓取/失败数、站点总数对比。

update_corpusA

增量抓取:发现并抓取数据库尚未收录的最新文章。full=True 时重新走完整个列表 (仅初建/校对用,耗时长)。返回本次新增与当前库存统计。

Prompts

Interactive templates invoked by user choice

NameDescription
scenario_research场景/问题研究:从语料出发研究他在某问题上的想法与目的。
event_prediction事件预测:基于语料对未来某一事件做研究推演。

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/acee-ventures/policy-signal'

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