Skip to main content
Glama

Merge Topics

merge_topics
Destructive

Merge one or more source topics into a target topic. Before your first call, read the skill: modem_skills({ name: "write-tools" }).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetTopicIdYesID of the topic to merge into. Must not be in the sourceTopicIds array.
sourceTopicIdsYesIDs of topics to merge into the target. Must not include the target topic ID.

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 indicate destructiveHint=true, readOnlyHint=false, and idempotentHint=false, so the agent knows this is a mutating, non-idempotent operation. The description adds no further behavioral context (e.g., whether source topics are deleted, side effects, or return value), but does not contradict the annotations.

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 a single, focused sentence stating the operation, followed by a necessary prerequisite (reading the skill). There is no redundant wording, and the key action is front-loaded.

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 a destructive mutation with no output schema, the description is minimal. It references a skill that presumably provides deeper guidance, which adds some context, but it does not clarify the outcome for source topics, potential errors, or response format. The annotation covers the destructive nature, but more detail would improve completeness.

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

Parameters3/5

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

The input schema provides complete descriptions for both parameters (targetTopicId and sourceTopicIds), including the constraint that they must not overlap. The description adds no additional semantic detail beyond the schema, so a baseline score of 3 is appropriate given 100% schema coverage.

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 action: merge one or more source topics into a target topic. It identifies the specific resource (topics) and the verb (merge), which distinguishes it from sibling merge tools for companies and people, and from update_topic.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like update_topic or bulk_update_topics. It only states a prerequisite to read a skill before the first call, but does not explain the selection context or exclusions.

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