Skip to main content
Glama

Postlyra

Get Postlyra formatting capabilities

get_formatting_capabilities
Read-onlyIdempotent

Use this when composing or formatting any Postlyra post: call it FIRST, once per task. Postlyra creates beautifully structured rich Telegram posts, illustrated instructions, articles and presentations. Returns the complete RichDocument contract: exact JSON examples for every block and inline mark, nesting, limits, file uploads, error recovery, presets and which tool to use next. Use this contract for formatting; Telegram MarkdownV2/parse_mode documentation is not needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
blocksNo
limitsNo
messageYes
purposeYes
versionYes
examplesNo
workflowNo
inlineMarksNo
nestingRulesNo
blockExamplesNo
creativeRolesNo
inputContractNo
mediaWorkflowNo
presetRecipesNo
toolSelectionNo
goodTasteRulesNo
previewScreenshotNo
automaticSelectionNo
inlineMarkExamplesNo
customDesignGuidanceNo
defaultBeautifulBriefNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already establish this as a safe, read-only, idempotent, closed-world call. The description adds genuinely useful context beyond that: it must be called first, once per task, and enumerates the contract contents (blocks, inline marks, nesting, limits, uploads, error recovery, presets, next step). It stops short of stating caching or token-size characteristics of the returned contract.

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, all front-loaded: the imperative call-first directive leads, followed by what Postlyra produces and what the return payload contains. Every sentence carries distinct information with no repetition.

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?

An output schema exists, so return values need not be detailed, yet the description still summarizes the contract's scope and adds the sequencing rule ('first, once per task'). Nothing an agent needs to invoke this correctly is 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?

The tool takes zero parameters, so per the rubric the baseline is 4. There is nothing for the description to clarify beyond the (empty) schema, and it correctly signals a parameterless call.

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?

States a specific verb+resource (get Postlyra formatting capabilities / RichDocument contract) and precisely scopes what it returns. It is clearly distinguishable from the neighboring post/workspace/template mutation tools, none of which expose formatting contracts.

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?

Explicit when-to-use: 'call it FIRST, once per task' when composing or formatting any post, and a when-not-to-look-elsewhere note ('Telegram MarkdownV2/parse_mode documentation is not needed'). It does not name sibling alternatives, but no real alternative exists for this prerequisite lookup, so the gap is minor.

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.