Skip to main content
Glama
vktr93
by vktr93

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REVIEWMETRIC_API_KEYYesYour API key from the web dashboard

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
submit_manuscriptB

Submits a locally saved .docx manuscript to the ReviewMetric 15-agent AI pipeline.

Args: file_path: The absolute path on the local computer to the .docx file.

check_analysis_statusA

Checks the status or retrieves the final report of a ReviewMetric analysis.

Args: run_id: The unique UUID of the analysis run.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

Only two tools with clearly distinct purposes: one is for submission, the other for checking status. No overlap or ambiguity.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern in snake_case (submit_manuscript, check_analysis_status), with clear and descriptive names.

Tool Count2/5

With only two tools for a described 15-agent AI pipeline, the tool count feels too thin for the apparent scope, lacking intermediate or management tools.

Completeness2/5

The tool surface is severely limited, covering only submission and status checking. Missing are operations such as listing runs, retrieving full reports, or managing analyses.

Maintenance

ActivityInactive
ResponsivenessNo issues