Skip to main content
Glama

Search templates

search_templates
Read-onlyIdempotent

Search the public meme template library before committing to a format. Use mediaType=gif or mediaType=all before calling generate_gif.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch query for meme templates.
tagNoOptional template tag to filter by.
modeNoSearch mode to use for template lookup.
sortNoSort order for discovered templates.
queryNoAlternate query field if the client prefers query over q.
pageSizeNoMaximum number of template results to return.
mediaTypeNoFilter template media type. Defaults to image for compatibility.

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds context about the library being public and a pre-generation step, but does not disclose return format or pagination behavior. No contradiction with annotations.

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?

Two sentences, both essential. First sentence states purpose and context; second gives actionable usage guidance. No redundant words, front-loaded with the core verb.

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 read-only search tool with complete schema and annotations, the description covers the main purpose and a key workflow. While no output schema exists, the return of templates is implied, but details like pagination or result structure are not described.

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 description coverage is 100%, so baseline is 3. The description adds minimal extra meaning for mediaType by specifying 'gif' or 'all' before calling generate_gif, but does not enrich the other six parameters.

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 'Search the public meme template library' with a specific verb and resource, and adds scope with 'before committing to a format.' It distinguishes from siblings by referencing generate_gif, making its role as a pre-generation search explicit.

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?

Provides explicit guidance on when to use the tool ('before committing to a format') and specifically instructs to use mediaType=gif or mediaType=all before calling generate_gif. It does not mention exclusions or alternatives to other sibling tools, but the workflow advice 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.7/5.0
Disambiguation4/5

Most tools are clearly distinct: caption_template and caption_upload differ by source (template vs uploaded image), and generate_meme vs caption_template differ by automation level (AI-generated captions vs explicit slots). However, generate_meme and caption_template both involve template-based meme creation, which could cause minor confusion for an agent.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (create, generate, get, search, caption). Minor ambiguity in 'caption_upload' (verb vs noun) does not break the overall pattern.

Tool Count5/5

With 8 tools, the server is well-scoped for a meme generator: it covers generation, template discovery, account management, and quota checking without being bloated or thin.

Completeness4/5

The tool surface covers the core meme generation lifecycle: search/ideas, static/GIF/upload generation, and account/quota management. Minor gaps like template preview or meme history management are not essential for the stated purpose.

Resources