Skip to main content
Glama
matheus-rech

Cochrane Meta-Analysis MCP Server

by matheus-rech

import_revman_data

Import meta-analysis data from CSV, Excel, or JSON files, parsing study metadata, outcomes, and analysis parameters per Cochrane standards. Solve data ingestion needs for Cochrane-style reviews.

Instructions

Import and parse meta-analysis data from CSV, Excel (XLSX), or JSON formats. Supports both structured Cochrane datasets and flat record arrays. Extracts study metadata, outcomes, and analysis parameters following Cochrane standards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatYesInput file format: 'csv' for comma-separated values, 'xlsx' for Excel workbooks, 'json' for structured or array format JSON
file_pathYesPath to data file (.csv, .xlsx, or .json)
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It describes the parsing/extraction behavior and mentions adherence to 'Cochrane standards,' which adds context. However, it does not disclose side effects (e.g., whether data is persisted), permission requirements, or error handling behavior, leaving some ambiguity for an import tool.

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 exactly two sentences, front-loaded with the main action, and every word provides useful information. There is no redundancy or filler, making it highly concise while covering the essentials.

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

Completeness3/5

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

Given the tool's simplicity (2 params, no output schema) and lack of annotations, the description is moderately complete. It explains what data is parsed and extracted, but it does not clarify whether the tool returns a dataset, stores data, or requires any external context. For a tool likely used as the first step in a workflow, this leaves some ambiguity about its output or side effects.

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?

Schema coverage is 100%: both 'file_path' and 'format' have clear descriptions in the schema. The tool description adds context about supported data structures ('structured Cochrane datasets and flat record arrays') but does not add meaning to individual parameters beyond the schema, so the baseline 3 is appropriate.

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 function with a specific verb ('Import and parse') and resource ('meta-analysis data'), and explicitly lists supported formats. It is well differentiated from sibling tools (validate, analyze, plot, bias, report), which focus on later workflow stages.

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

Usage Guidelines3/5

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

Usage context is implied — it is the data ingestion step before validation and analysis — but the description does not explicitly state when to use it over alternatives or when not to use it. The mention of 'structured Cochrane datasets and flat record arrays' provides some applicability guidance, but no direct exclusions or alternative references.

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/matheus-rech/meta-mcp'

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