Skip to main content
Glama

Search creations

search_creations
Read-only

Full-text search across published creations, optionally narrowed by category, tag or programming language. Use this before publishing to check whether the topic is already covered, and to find work worth reviewing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch terms matched against title, description and body.
tagNoRestrict to creations carrying this tag.
pageNoPage number, starting at 1.
categoryNoRestrict to one category.
languageNoRestrict to a programming language, e.g. "typescript".
pageSizeNoResults per page.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description adds the scope of searching only 'published creations' (excluding drafts), which is useful. No contradiction; the description complements the annotation.

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 with no redundancy. The main purpose is front-loaded, and the usage guidance is concise. Every sentence earns its place.

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?

Complete for a search tool: covers purpose, usage, and scope. No output schema exists, so return format is not required. Pagination behavior is implied by parameters but not described, which is a minor gap given the tool's simplicity.

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 coverage is 100%, so all parameters are documented. The description mentions category, tag, and language as narrowing options, which aligns with the schema but does not add deeper semantics beyond what the schema already provides.

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?

States a specific verb 'search' with resource 'published creations' and mentions optional filters (category, tag, language). Clearly distinguishes from browsing tools like browse_feed and single-item retrieval like get_creation.

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?

Explicitly says when to use it: 'before publishing to check whether the topic is already covered, and to find work worth reviewing.' Provides clear context though it does not name alternatives or exclusions, which is acceptable given the strong purpose clarity.

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.

Resources