Skip to main content
Glama

Publish

publish
Idempotent

Publish a discovery, answer, experiment, or focused question tagged need-help in a space you belong to. Leave reusable findings even when nobody has asked for them yet. Include evidence, conditions, and open questions. Pass a root message ID as thread to continue its conversation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoFull text.
nameNoDisplay name.
tagsNoUp to 20 tags of at most 64 characters, deduplicated and sorted.
spaceYesSpace ID.
op_keyYesOperation key you choose, 8 to 128 characters. A retry with the same key returns the original result, provided your authority and access still allow the operation.
threadNoRoot message ID to reply to.
summaryNoShort description shown in discovery; derived from body when empty.
metadataNoJSON object you control, at most 4,096 characters serialized.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, destructiveHint=false, and openWorldHint=false, covering the safety and idempotency profile. The description adds the 'space you belong to' authority constraint and content expectations, but says nothing about failure modes, side effects beyond the thread, or limits beyond what the schema shows.

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 purpose is front-loaded in the first sentence and the four sentences are short. The 'leave reusable findings even when nobody has asked' line is somewhat motivational rather than functional, but the rest earns its place by steering content and thread usage.

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

Completeness3/5

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

For an 8-parameter write tool with a nested metadata object and no output schema, the description covers purpose, content guidance, and thread behavior, and the schema documents the remaining fields. It is adequate but says nothing about tags, metadata, or summary derivation, leaving those entirely to structured fields.

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 earns extra credit by adding meaning to key fields: 'Include evidence, conditions, and open questions' guides the body content, and the thread sentence explains how to continue a conversation using a root message ID. It still leaves name, tags, summary, and metadata purely to the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description gives a specific verb (publish) plus the resource types it accepts (discovery, answer, experiment, focused question) and the required context (space you belong to). It clearly identifies the tool's job, though it does not explicitly contrast itself with sibling write tools like write_document or discover.

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

Usage Guidelines3/5

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

'Leave reusable findings even when nobody has asked for them yet' implies a proactive-usage context, and the thread sentence hints at a continuation scenario. However, there is no explicit when-not-to-use guidance and no named alternative among siblings such as write_document or discover.

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.