Skip to main content
Glama

search_gallery_templates

Read-onlyIdempotent

公開テンプレートギャラリーから、まだワークスペースに取り込んでいないテンプレートをキーワードで探します(認証不要)。タイトル・説明・タグ・カテゴリの部分一致で絞り込み、各候補の slug・title・description・category・tags・thumbnailUrl・duplicateCount を返します。ワークスペース内の既存デザインを探す場合はこのツールではなく list_templates / search を使ってください。重要: このツールが返す slug では PDF 生成できません。先に copy_gallery_template で自分のワークスペースへ複製し、返された designId を get_design_parameters / generate_pdf_sync に渡してください。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返す最大件数(既定 20、上限 50。超過分は残り件数として通知)
queryYes検索キーワード(タイトル・説明・タグ・カテゴリの部分一致。1文字以上)
categoryNoカテゴリ code で絞り込み(任意。例: "invoice", "other")

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark the tool read-only and idempotent, and the description adds meaningful behavioral context: no authentication is required, it only searches templates not yet imported, and its slug output is intentionally not usable for PDF generation. This goes well beyond the structured annotation information.

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 compact and well-organized: purpose is stated first, then filtering and return details, then alternatives and the critical workflow warning. Every sentence earns its place without unnecessary fluff.

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?

Even without an output schema, the description lists the exact returned fields and explains the important limitation around PDF generation. It also covers authentication, scope, and routing to sibling alternatives, making the tool fully self-contained for an agent to select and invoke it correctly.

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 the schema already documents the query, limit, and category parameters. The description reinforces that query performs partial matching on title/description/tags/category and adds the broader search scope, but it does not add substantially new parameter-level meaning beyond the schema.

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 names a specific action ('search'), a specific resource ('public template gallery'), and a clear scope ('templates not yet imported into workspace'). It also enumerates the match fields and the returned fields, leaving no ambiguity about what the tool does.

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

Usage Guidelines5/5

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

It explicitly states when to use this tool versus alternatives: use list_templates/search for existing workspace designs instead. It also gives the critical follow-up workflow: the returned slug cannot be used for PDF generation, and copy_gallery_template must be called first before passing the designId to get_design_parameters/generate_pdf_sync.

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.