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
{}
resources
{}
experimental
{
  "io.modelcontextprotocol/ui": {
    "protocolVersion": "2026-01-26"
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
article_review_submit_patchsetA

Primary article-edit workflow. Submit the unchanged base document plus explicit non-overlapping patches. Every patch must include at least one comment assigned to exactly one primary topic. Use this instead of returning a giant rewritten document or textual diff in chat.

article_review_openC

Open an existing visual patch review and optionally filter it by comment topic.

article_review_get_feedbackA

Return compact pending or rejected patch feedback for an editing agent. Filter by one comment topic without returning the complete manuscript.

article_review_add_commentsC

Attach a batch of reviewer comments to existing patches. Each comment must use exactly one primary topicId.

article_review_update_patchsetB

Create an immutable next review round from the same base document. Exact unchanged patches may carry decisions and reviewer comments; changed patches reset to pending.

article_review_finalizeA

Preview or safely write the article assembled from accepted, rejected, edited, and pending patches. Overwrite requires confirmation, hash checking, and backup.

article_review_get_pageC

Load paginated patches, optionally showing only one comment topic.

article_review_get_documentC

Load the complete assembled document for the Final view.

article_review_set_patch_decisionC

Accept, reject, or reset one patch.

article_review_bulk_decideC

Accept, reject, or reset all or selected patches.

article_review_edit_patchC

Save a human-authored replacement for one patch.

article_review_add_commentC

Attach one reviewer comment to a patch under exactly one primary topic.

article_review_reply_commentC

Record how an editing agent implemented a reviewer comment.

article_review_resolve_commentC

Mark a review comment resolved or unresolved.

article_review_createA

Compatibility tool for base + complete proposal. Prefer article_review_submit_patchset so every change retains agent intent and categorized comments.

article_review_get_summaryA

Compatibility alias for article_review_get_feedback.

article_review_update_proposalB

Compatibility tool for complete revised documents. Prefer article_review_update_patchset.

article_review_set_decisionD

Compatibility alias for article_review_set_patch_decision.

article_review_edit_hunkC

Compatibility alias for article_review_edit_patch.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Article Review AppInteractive topic-filtered article patch review

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/Biogod2020/article-review-mcp'

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