Skip to main content
Glama
bakhtiersizhaev

openevidence-mcp

OpenEvidence Article Wait

oe_article_wait
Read-onlyIdempotent

Wait for a research article to finish processing and retrieve its normalized data. Use after submitting a long question to handle host timeouts.

Instructions

Wait for an existing OpenEvidence article_id to finish, then return normalized fields. Use after oe_ask with wait_for_completion=false, especially for long research questions that may exceed MCP host timeouts. Inputs: article_id UUID, optional timeout_sec, poll_interval_ms, and include_raw=false. include_raw=true may expose private thread context and must be used only with explicit user intent. Requires authenticated session. No side effects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
article_idYes
include_rawNo
timeout_secNo
poll_interval_msNo
Behavior4/5

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

Beyond annotations (readOnly, idempotent), description adds 'Requires authenticated session', 'No side effects', and warns about include_raw exposing private context. Adds value without contradicting annotations.

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?

Two sentences plus a concise list, front-loaded with purpose, no superfluous words. Every sentence adds value.

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?

Covers usage, parameters, side effects, and authentication. Lacks return structure details but acceptable given tool's wait-and-return nature and no output schema.

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

Parameters3/5

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

With 0% schema description coverage, description lists parameters and explains include_raw risk, but omits details on timeout_sec and poll_interval_ms effects beyond defaults. Adequate but not thorough.

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?

Description clearly states the tool waits for an article to finish and returns normalized fields, distinguishing it from siblings like oe_ask (initiation) and oe_article_get (fetching).

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?

Explicitly says to use after oe_ask with wait_for_completion=false, especially for long requests. Provides clear usage context but no explicit exclusions or alternatives beyond implied chain.

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/bakhtiersizhaev/openevidence-mcp'

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