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.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description carries less burden. It adds the context that the library is public and implies a non-mutating exploratory role, but does not explain default behavior (e.g., mediaType defaults to image) or result pagination. This is adequate but not deeply transparent.

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, front-loaded purpose, and zero wasted words. The first sentence states what the tool does; the second gives actionable usage guidance. This is a model of concise, structured 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?

Although there is no output schema and the description does not mention return format, the tool's purpose is self-evident from its name and description. Annotations cover safety and idempotency, and the workflow guidance with generate_gif provides sufficient context for a search tool. Minor omissions exist, but overall it is complete enough.

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?

Schema covers all 7 parameters with descriptions, so baseline is 3. The description adds strategic value by recommending specific mediaType values (gif or all) in the context of generate_gif, which guides parameter selection beyond the schema's static descriptions.

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 searches the public meme template library and positions it as a preparatory step before committing to a format. The verb 'search' with resource 'meme template library' is specific and distinguishes it from sibling tools like generate_gif, which is referenced as the next step.

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 provides explicit context: use this tool before committing to a format, and directly instructs setting mediaType=gif or mediaType=all before calling generate_gif. It references the sibling tool generate_gif but does not discuss exclusions or other alternatives, so it falls short of a 5.

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

Tools are mostly distinct, but generate_meme and caption_template both involve rendering memes, and search_templates vs get_template_ideas could be confused. Yet descriptions help clarify intent, so only minor ambiguity exists.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case, such as search_templates, generate_meme, and get_ai_quota. No mixed conventions or vague verbs.

Tool Count5/5

8 tools is well within the ideal 3-15 range and each tool covers a distinct aspect of meme generation, account management, and quota checking, so the count is appropriate.

Completeness4/5

The domain of meme generation is well covered with template search, idea generation, static and GIF meme creation, and caption rendering. Minor gaps like account management (e.g., deletion) or more detailed template information are workarounds, but core workflows are complete.

Resources