Skip to main content
Glama

hello_aigent_create_feed

Create a Hello Aigent feed agents can subscribe to, receiving a generated discovery file plus a publisher token for authorizing updates. Requires the admin token.

Instructions

Create a Hello Aigent feed (a stream agents subscribe to). Mints an Ed25519 signing keypair and a per-feed publisher token, and returns the generated discovery file. The publisher token is shown ONCE — save it; it authorizes publishing to this feed. Requires the admin token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoOptional feed id slug; auto-derived from the title if omitted
titleYesHuman title, e.g. "Acme Roast Drops"
topicsNoTopics, e.g. ["restocks","offers"]
descriptionYesWhat this feed publishes
publisher_nameYesThe publisher/brand name
publisher_siteYesThe publisher website URL
Behavior5/5

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

With no annotations provided, the description carries full responsibility for disclosing side effects. It does this thoroughly: mints an Ed25519 signing keypair, creates a per-feed publisher token that is shown only once, returns the discovery file, and requires the admin token. This goes well beyond basic 'create' semantics and alerts the agent to important operational details.

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 three sentences, front-loads the core purpose, and each sentence adds essential information (purpose, side effects, critical token warning). There is no redundancy or filler. It is concise and well-structured for an agent to parse quickly.

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

Completeness4/5

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

Given the tool has no output schema and no annotations, the description covers the key non-obvious aspects: the one-time token, admin token requirement, and returned discovery file. It could mention what happens after creation (e.g., feed appears in list_feeds) or how to share the discovery file, but it is complete enough for the primary use case.

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 descriptions cover 100% of parameters, so the baseline is 3. The tool description does not add any parameter-specific guidance beyond the schema; it focuses on high-level behavior (token, keypair, discovery file). Since the schema already explains each parameter, the description does not need to supplement it.

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 a specific verb and resource: 'Create a Hello Aigent feed', with a parenthetical explaining what a feed is. It also distinguishes the tool from siblings by mentioning the unique side effects (minting keypair, returning discovery file). This clearly states what the tool does and is not a tautology.

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?

The description implies the tool is for creating a feed and notes it requires the admin token, which hints at when it should be used. However, it does not explicitly state when not to use it or mention any alternative tools (e.g., list_feeds for viewing existing feeds). Usage is implied rather than explicitly contrasted with siblings.

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/akillam/helloaigent-publisher'

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