Skip to main content
Glama

list_agent_templates

List Mainroom's built-in agent types (facilitator, timekeeper, sales support, mock interviewer, ...).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It adds the 'built-in' scope, indicating custom agent templates are not included, which is useful. However, it doesn't mention whether the result is cached, live, or anything about side effects, though 'list' strongly implies read-only behavior.

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?

A single, front-loaded sentence with no filler. The examples add useful detail without bloating the description.

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?

For a zero-parameter list tool with no output schema, the description provides enough information to call the tool correctly and anticipate the result. A mention of the return format would be nice, but the verb 'List' and examples sufficiently convey the expected output.

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?

The tool takes zero parameters, and the schema confirms an empty object. The description compensates by explaining what will be listed, which is all that is needed. Baseline of 4 for no-parameter tools 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 states a specific verb ('List'), a clear resource ('Mainroom's built-in agent types'), and provides concrete examples (facilitator, timekeeper, etc.). This distinguishes it from sibling tools like join_meeting_as or send_demo_agent, which clearly perform different actions.

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 context is clear: use this tool when you need to know what built-in agent types are available. It doesn't explicitly compare against siblings, but none of the siblings are listing tools, so the appropriate use is implied. No exclusions are needed.

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.9/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: informational, custom embodied join, template listing, and demo agent dispatch. The only potential confusion is between join_meeting_as and send_demo_agent, since both join live meetings as AI participants, but the custom persona versus fixed demo distinction is explained.

Naming Consistency3/5

All names are lowercase snake_case and mostly verb-led, but the pattern is inconsistent: about_mainroom uses a noun-style prefix, join_meeting_as is a full phrase, while list_agent_templates and send_demo_agent follow verb_noun. Readable overall, but the naming conventions are mixed.

Tool Count4/5

Four tools is a reasonable, focused set for a meeting-agents server. The count is slightly on the lean side but each tool contributes a distinct capability and no tool feels redundant.

Completeness4/5

The core workflows are covered: joining as a custom persona, dispatching a demo agent, listing available templates, and understanding the product. Minor gaps exist, such as status checking or leaving a meeting, but the ephemeral nature of the domain makes these less critical.

Resources