Skip to main content
Glama

Look up a channel's body syntax

describe_grammar
Read-only

How to write the body for a channel that has its own markup. Naver Blog has one; every other platform returns not_supported, which is not an error to work around. Call this before writing a Naver Blog body for the first time, or whenever you want something the basics do not cover: highlighting a phrase, a styled table, a collage, an event block, a map with several places. Without a topic you get an overview and the list of topics; with one you get that section in full, including the mistakes that fail silently. The values come from the same grammar the publisher validates against, so what this returns is what publish accepts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoWhich section. overview (default) sketches the whole thing; directives, attributes, inline, blocks, highlight, media and limits go deep.
platformYesPlatform id, e.g. naver_blog. Only naver_blog has body markup today.
workspaceIdNoWhich workspace this is for. Only needed when the account has more than one — the error tells you the ids when it matters. Leave it out if it is already decided; do not ask the person again.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description reveals important behavior: not_supported is expected for non-Naver platforms, results mirror the same grammar used by the publisher, and topic-specific sections include silent-failure mistakes. This gives the agent realistic expectations about outputs and errors.

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 moderately long but every sentence earns its place: purpose, exclusion, when to call, topic behavior, and source authority. It is front-loaded with the key purpose and scoping, and the later examples are illustrative, not filler.

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?

For a read-only lookup tool with three parameters and no output schema, the description is complete. It covers supported platform, query behavior, default behavior, result provenance, and a non-error condition. An agent has enough to decide when to call it and what to expect.

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 coverage is 100%, so the baseline is 3, but the description adds meaning beyond the schema: it explains what happens without a topic vs. with one, and that returned values come from the grammar the publisher validates against. This complements rather than repeats the schema's 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?

The description clearly states the tool's purpose: describe the body markup grammar for a channel, specifically Naver Blog. It distinguishes scope by noting every other platform returns not_supported, and ties the tool to the publish workflow rather than other sibling operations.

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?

Usage guidance is explicit: call this before writing a Naver Blog body for the first time, or when basic formatting doesn't cover a need. It also tells the agent not to treat not_supported as an error and clarifies that other platforms don't support this lookup.

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.

Resources