Skip to main content
Glama
reinlainer

PostMD MCP Server

by reinlainer

postmd_move_document_to_group

Move an owned document into a group you can use, optionally placing it in a specific folder. This reassigns the document's group, replacing its previous group.

Instructions

Move a document you own into a group you can use, optionally into a folder of that group. A document belongs to exactly one group, so this replaces its current group. Requires an API key with documents:write.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docCodeYes
groupIdYes
folderIdNoFile it into this folder of that group.
Install Server

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full burden, and it does so well. It discloses the replacement side effect ('this replaces its current group'), ownership and group-use constraints, and the required API key scope. This gives an agent a realistic picture of the operation's conditions and consequences.

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 short sentences with no filler. The key action is first, the one-group replacement behavior is front-loaded, and the auth requirement is stated at the end. Every sentence adds necessary information.

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?

For a moderate-complexity move operation with no annotations and no output schema, the description covers the action, preconditions, side effects, and auth. It does not describe return values or failure behavior, but nothing essential to invoking the tool correctly appears to be missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33%, so the description must compensate. It maps docCode to 'a document you own' and groupId to 'a group you can use,' adding meaning beyond the bare parameter names. folderId is already described in the schema as 'File it into this folder of that group.' It does not restate types, which the schema already provides.

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 a specific verb ('Move') on a clear resource ('a document') with an explicit destination ('into a group... optionally into a folder'). It also clarifies the crucial semantic that a document belongs to exactly one group, which differentiates this move operation from content updates like postmd_update_document.

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?

The description clearly implies when to use this tool: when you need to change the group membership of a document you own. It also adds preconditions (document ownership, group usability, documents:write permission). It does not explicitly name alternatives or say 'use update_document for content changes instead,' but the semantics are clear enough.

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

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/reinlainer/postmd-mcp-server'

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