Skip to main content
Glama
This connector has been deprecated

Connector is incorrectly listed. Official connector is https://glama.ai/mcp/connectors/com.markupbase.mcp/markup-base

get_document

Read-only

Read one viewable artifact’s metadata, versions, visible review requests, threads, and optional source without changing state. Source defaults to the latest version unless versionId selects another; includeSource defaults to true. Embedded image bytes are omitted, so use the version resource when complete source is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionIdNoVersion whose source to return; omit to use the latest version.
documentIdYesID of the artifact containing the target resource.
includeSourceNoWhether to include compacted source in the result.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNo
threadsYes
documentYesArtifact metadata and lifecycle counters.
versionsYes
reviewRequestsYes

TDQS

A4.5/5.0
Behavior5/5

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

Beyond readOnlyHint/openWorldHint annotations, adds substantial context: default source version, includeSource default true, omission of embedded image bytes, and limitation to 'visible' review requests. No contradiction with 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?

Three sentences, first gives the core purpose, second covers defaults, third a caveat with alternative. No redundant words.

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

Completeness5/5

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

Touches on scope (viewable artifact), contents (metadata, versions, threads, review requests, source), defaults, and a known limitation (image bytes omitted) with an alternative. Output schema exists, so return format details are unnecessary.

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 already describes all 3 parameters at 100% coverage, so baseline 3 applies. Description reinforces defaults (includeSource true, versionId defaults to latest) but does not add significant new meaning beyond schema.

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?

Clear verb 'Read' plus resource enumeration (metadata, versions, review requests, threads, source) distinguishes this from list-heavy siblings like list_documents and list_threads. It also specifies scope ('one viewable artifact') and non-mutating nature.

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?

Provides explicit alternative: 'use the version resource when complete source is required' after noting image bytes are omitted. Implied usage context (read one artifact's full detail) is clear, though it doesn't contrast with every sibling tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.7/5.0
Disambiguation5/5

Each tool targets a distinct action and resource: document operations, version publishing, review workflow, and thread management are clearly separated. No two tools overlap in purpose, and descriptions reinforce their unique roles.

Naming Consistency5/5

Tool names consistently follow a verb_noun pattern (create_document, list_threads, publish_version, etc.). The single exception, whoami, is a conventional command and does not disrupt the overall consistency.

Tool Count5/5

12 tools is well within the ideal range for a document review and commenting server. Each tool covers a necessary operation without redundancy, and the count feels proportionate to the domain.

Completeness5/5

The tool surface covers the full lifecycle: document creation/reading/listing, version publishing, review request/assignment/completion, comment threads with add/reply/status updates, and identity lookup. No obvious missing operations for the stated purpose.

Resources