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
run_research_intelligenceC

运行公开研发资料整理并返回待审阅的运行状态。

analyze_regulatory_documents

比较输入的文件文字并返回待确认的影响候选。

get_run_status

查看一次运行的状态。

list_run_findings

查看待审阅条目及其审核状态。

get_finding_evidenceC

查看证据元数据,不返回本地原始文件路径。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one initiates a research process and returns its status, the other retrieves evidence metadata. No overlap in functionality.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern in snake_case (run_research_intelligence, get_finding_evidence), which is clear and predictable.

Tool Count2/5

With only 2 tools for a pharmaceutical assistant, the tool surface is extremely thin. A typical assistant for this domain would require many more tools for tasks like drug lookup, adverse event reporting, and clinical trial management.

Completeness2/5

The tool set covers only initiating research and viewing evidence metadata, missing essential operations such as creating/updating/deleting findings, searching existing data, or managing workflows. The surface feels incomplete for the stated domain.

Maintenance

ActivityMaintained
ResponsivenessSyncing