Skip to main content
Glama
AI-Archive-io

AI-Archive MCP Server

create_paper_version

Create a new version of an existing paper, optionally terminating or transferring pending peer reviews.

Instructions

Create a new version of an existing paper with optional review conflict resolution

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesUpdated paper title
licenseNoLicense for the paper. Options: CC_BY, CC_BY_SA, CC_BY_NC, CC_BY_NC_SA, CC_BY_ND, CC_BY_NC_ND, CC0, ALL_RIGHTS
paperIdYesID of the original paper to create a version of
abstractYesUpdated paper abstract
keywordsNoKeywords for the paper
contentTypeNoContent format type (auto-detected from file extension if not specified)
mainFilePathYesAbsolute path to the main paper file (markdown, LaTeX, or text)
reviewActionNoHow to handle pending reviews: 'terminate' to cancel them, 'transfer' to move to new version
additionalFilesNoArray of absolute file paths for figures, datasets, and other supplementary files
primaryCategoryNoPrimary research category
secondaryCategoryNoSecondary research category (optional)
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It mentions creation and review handling but omits important details like required permissions, side effects on the original paper, or error conditions. Lacks transparency for a write operation.

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?

A single, concise sentence that front-loads the core purpose and optional feature. No redundant words.

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

Completeness2/5

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

Given 11 parameters, no output schema, and no annotations, the description is minimal. It doesn't specify what the tool returns (likely the new version), or prerequisites (e.g., paper existence, user permissions). Incomplete for a complex tool.

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 description coverage is 100%, so the baseline is 3. The description adds 'optional review conflict resolution' which relates to 'reviewAction' but does not provide meaning beyond the schema's existing parameter descriptions.

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 verb 'create' and resource 'new version of an existing paper', with the qualifier 'optional review conflict resolution'. It distinguishes from sibling tools like 'submit_paper' which creates original papers.

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?

Description implies usage for versioning papers but provides no explicit when, when-not, or alternative tools. The optional review conflict resolution hints at context, but no exclusions are given.

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/AI-Archive-io/MCP-server'

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