Skip to main content
Glama

kopern_list_templates

Read-only

List all 37 AI agent templates, including general and vertical categories. Filter by category to find templates for any domain without LLM cost.

Instructions

List all 37 AI agent templates (28 general + 9 vertical/business). Returns slug, title, domain, tagline. No LLM cost.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter by category. Default: all

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.0.5

TDQS

A4.5/5.0
Behavior4/5

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

The readOnlyHint annotation already signals a safe read. The description adds 'No LLM cost' as a behavioral trait and returns field list, but does not discuss pagination, authentication, or error behavior. Still, for a simple list, this is sufficient.

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 sentence that efficiently conveys action, scale, scope, return fields, and cost. No wasted words; front-loaded with the action.

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 only one optional parameter, readOnly annotation, and the description covering return fields, this is complete for an agent to invoke correctly. No output schema is needed because the description lists the fields.

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 schema already defines 'category' with enum values and default. The description enriches by specifying the template counts (28 general, 9 vertical), which clarifies the meaning of category selections without adding syntax details.

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 uses a specific verb ('List') and resource ('37 AI agent templates'), with explicit counts for general vs vertical categories, and lists return fields. This clearly distinguishes it from sibling tools like kopern_list_agents or kopern_list_sessions.

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?

It clearly states its purpose as listing templates and even notes 'No LLM cost' as an implicit advantage, but does not explicitly name alternatives or state when not to use. However, the 'List all' context and optional category filter make usage clear.

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