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

create_document

Idempotent

Create an empty Markdown or HTML artifact owned by this principal. Visibility defaults to private and comments default to signed-in users; no source version is published. Use publish_version with expectedLatestVersionId null to publish the first version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesHuman-readable artifact title.
sourceTypeYesSource format fixed for every version of this artifact.
visibilityNoInitial visibility of the new artifact.private
commentPolicyNoWho may comment on the new artifact.authenticated
idempotencyKeyYesStable unique key for this intended change; reuse only to retry the same inputs.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
titleYes
ownerIdYes
canManageYes
createdAtYesISO 8601 timestamp.
createdByYes
updatedAtYesISO 8601 timestamp.
sourceTypeYesSource format used by every version of the artifact.
visibilityYesArtifact visibility: private, link-accessible unlisted, or public.
versionCountYes
commentPolicyYesWho may add comments: nobody, invited reviewers, signed-in users, or anyone.
createdByNameYes
createdByTypeYes
latestVersionIdYes
openThreadCountYes
settingsUpdatedAtYesISO 8601 timestamp.
settingsUpdatedByYes
createdOnBehalfOfIdYes
createdOnBehalfOfNameYes
settingsUpdatedByNameYes
settingsUpdatedByTypeYes
settingsUpdatedOnBehalfOfIdYes
settingsUpdatedOnBehalfOfNameYes

TDQS

A4.4/5.0
Behavior4/5

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

Beyond the annotations (readOnlyHint=false, idempotentHint=true, destructiveHint=false), the description reveals important behavioral details: the artifact is empty, owned by the current principal, visibility defaults to private, comments default to signed-in users, and no source version is published. These are meaningful behaviors not captured in the annotations, expanding the agent's understanding of side effects and defaults. It doesn't cover every possible side effect, but adds substantial context.

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 three sentences with no redundancy: the first states the core action, the second conveys defaults and versioning state, and the third gives a direct next-step tip. Every sentence earns its place, and the most important information (creation and empty state) is front-loaded.

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

Completeness4/5

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

Given the tool's moderate complexity, complete schema coverage, annotations, and an output schema, the description covers all critical aspects: what is created, ownership, defaults, and the un-published state. It also points to the next logical operation. It could have added a note about content input restrictions, but that is not necessary for basic usage and would likely be in the output schema.

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 schema already fully describes all parameters, including defaults and idempotencyKey semantics. The description reinforces that visibility defaults to private and comments to signed-in users, but adds little beyond the schema definitions. This matches the baseline of 3 where the schema carries the heavy lifting for parameter meaning.

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 uses the specific verb 'Create' with a clear resource: 'an empty Markdown or HTML artifact owned by this principal.' It explicitly distinguishes this from the sibling publish_version by stating the artifact is not published initially and directing users to publish_version for the first version. This makes the tool's purpose unambiguous and unique among siblings.

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

Usage Guidelines5/5

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

The description provides direct usage guidance: it explains that creation is the first step and then states 'Use publish_version with expectedLatestVersionId null to publish the first version,' explicitly naming the alternative tool and the condition for using it. This gives clear when-to-use and when-to-use-instead context, fully addressing the most relevant sibling distinction.

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