Skip to main content
Glama

register_interest

Idempotent

Register demand for an unbuilt vertical. 500 signals triggers build queue activation. Include a contact channel so we can notify you when the vertical ships.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contactNoHow to reach you when this vertical ships. String (email, webhook URL, agent card URL) or object { type, value, label }. Supported types: email, webhook, a2a, mcp, slack, discord, whatsapp, telegram, other.
agent_idNoYour agent identifier (optional).
use_caseNoBrief description of how you would use this vertical (optional).
verticalYesVertical slug (e.g. "legal-contracts", "api-security").

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate idempotency and non-destructiveness. The description adds meaningful behavioral context beyond that: the 500-signal threshold for build queue activation and the need for a contact channel for notifications. This gives users a clear sense of downstream effects.

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 two short sentences, front-loaded with the core purpose and containing no filler. Each sentence adds necessary information: what the tool does and what the user must include.

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?

With no output schema and a relatively simple tool, the description covers the essential aspects: purpose, activation threshold, and required input (contact channel). Combined with the annotations and full schema coverage, it provides a complete picture for an agent to select and invoke the tool.

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 the schema already documents all parameters. The description adds only emphasis on the contact channel ('Include a contact channel') but doesn't explain parameters beyond what the schema provides. Baseline 3 is appropriate.

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 tool registers demand for an unbuilt vertical, using a specific verb and resource. It also provides a unique trigger threshold (500 signals), which distinguishes it from sibling tools like join_waitlist and submit_pov.

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

Usage Guidelines4/5

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

The description clearly implies the tool should be used when a vertical is not yet built ('unbuilt vertical') and provides a concrete activation rule (500 signals). It does not explicitly mention alternatives or when-not-to-use conditions, but the context is clear.

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.

TDQS

A3.8/5.0
Disambiguation4/5

Each tool targets a distinct action: status check, trial key, waitlist, knowledge query, interest registration, POV submission, and referral. While join_waitlist and register_interest have some overlap, their descriptions clearly differentiate paid waitlists from unbuilt verticals.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (check_, get_, join_, query_, register_, submit_), making it easy to predict function.

Tool Count5/5

Seven tools is a well-scoped set for an agent-facing module covering status, access, knowledge, and engagement actions. No redundancy.

Completeness4/5

The set covers the primary user journey from status check and trial access to knowledge query and downstream actions like waitlist, interest, POV, and referral. Minor gaps exist (e.g., no vertical listing or subscription management) but core workflows are supported.

Resources