Skip to main content
Glama

topics_create_topic

Create a pub/sub topic for event-driven messaging. Supports standard and FIFO topics with optional region selection.

Instructions

Create a topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTopic name (suffix ``.fifo`` for a FIFO topic).
regionNoRegion such as ``fr-par``. Defaults to the configured region.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

Description provides no behavioral information beyond the action. With no annotations, the agent gets no insight into idempotency, error behavior, permissions, or side effects.

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?

Extremely concise at one sentence. It is front-loaded with the essential purpose, but so brief that it borders on under-specification. Still, no wasted words.

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

Completeness2/5

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

Given the tool has 2 parameters, a simple purpose, and an output schema (not shown), the description could be more complete by mentioning uniqueness constraints, required permissions, or default behavior. Currently it is too sparse to fully inform correct use.

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?

Schema coverage is 100%, so baseline is 3. The description adds no additional meaning to the parameters, which are already well-documented in the schema (e.g., name supports FIFO suffix, region defaults to configured region).

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?

Description 'Create a topic.' clearly states the action and resource. It is specific enough to distinguish from sibling tools like topics_publish or topics_subscribe, but lacks any scope or context (e.g., what kind of 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?

No guidance on when to use this tool versus alternatives. Lacks any when-to-use or when-not-to-use advice, leaving the agent to infer from the name alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sndpl/scaleway-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server