Skip to main content
Glama

Preview the Naver Blog layout before publishing

naver_layout
Read-only

Naver Blog only. Shows how publish will lay the body out before anything goes out. By default (layout: template) publish reshapes the markdown into the blog's house form: #/## titles become underlined quote headings, a thin rule sits between sections, photos you did not place with media: references go one per section and the rest pair up at the end. Text never changes. Call this with the same content and mediaIds you will publish, show the person the result if they care about structure, then publish (it applies the same layout) or pass options.naver_blog.layout: "as-is" to publish exactly what you wrote. To let the person choose a form, pass forms: "all" (or a list of ids): you get every preset laid out side by side with its name, when to use it and a summary (sections, photos). Show them, let the person pick, then publish with options.naver_blog.form set to the chosen id. The server never picks for you.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formNoForm preset id (default photo-story). GET /v1/naver/forms lists them.
formsNo"all" for every preset, or a list of preset ids. Returns layouts[] instead of one layout.
contentYesThe markdown body you plan to publish.
mediaIdsNoThe media ids you will attach. Photos not referenced in the body get placed.
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.8/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral detail: text never changes, photos without media references get auto-placed, and layout transformation follows the selected preset. It also clarifies that the server never makes the form decision, which is important non-obvious behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense and front-loaded with the core purpose, and every clause adds operational detail rather than filler. However, it is a single long paragraph with several intertwined workflow branches, so it could be tightened or broken into shorter sentences for easier scanning.

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 preview tool with no output schema, the description covers the full call flow: what to pass, what to expect (layout vs layouts[]), how to use the result with publish, and how to bypass the transform with 'as-is.' It also handles the multi-account workspaceId edge case, so an agent can invoke it correctly without additional lookups.

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 100%, so the baseline is 3; the description adds operational context by linking content and mediaIds to the eventual publish call and clarifying when workspaceId is needed ('only when the account has more than one'). It also explains the relationship between form and forms, though most parameter details are already present in the 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?

The description opens with 'Naver Blog only' and 'Shows how publish will lay the body out before anything goes out,' naming a specific verb, resource, and platform scope. It distinguishes itself from publish by explaining that it is a preview that does not send content.

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?

It gives an explicit workflow: call with the same content and mediaIds before publishing, show the result, then either publish with the same layout or pass layout 'as-is' to bypass reshaping. It also explains when to use forms: 'all' to let the person choose, and it states the server never picks, leaving the decision to the agent.

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