Skip to main content
Glama

search_pockets

Search the Meta-Stamp Pockets catalog by keyword, creator email, or content category. Use this tool when an AI agent needs to discover available licensed content before pulling it. Ideal for finding relevant pockets when the agent knows what topic or creator it needs but not the specific pocket ID. Does NOT retrieve content — use pull_content with the returned pocket_id to access actual content. Requires a valid Bearer token. The query parameter accepts natural language search terms or category keywords; the creator_email parameter restricts results to a single creator by their email address. Provide at least one of query or creator_email. Returns matching pockets with their IDs, titles, descriptions, creators, content types, and pricing tiers. Use the limit parameter to control page size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return per page. Defaults to 10, maximum 50 for search results.
queryNoNatural language search terms or category keywords to find matching content pockets. Optional when creator_email is provided.
content_typeNoOptional filter to show only pockets in a specific content category or source type, such as 'youtube', 'webpage', 'video', 'text', 'image', or 'audio'.
creator_emailNoOptional filter to show only pockets created by the creator with this email address. Case-insensitive exact match on the email.

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: requires a Bearer token, returns matching pockets with specific fields (IDs, titles, descriptions, creators, content types, pricing tiers), and does not retrieve content. It lacks some details like error cases, pagination behavior beyond limit, or rate limits, but covers the most critical aspects clearly.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately sized and front-loaded with the core purpose, then provides clear guidance on usage and parameters. Each sentence earns its place, though some details (e.g., specific return fields) could be considered slightly verbose. Overall, well-structured and readable without wasting words.

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?

Given the tool's moderate complexity (4 params, no output schema, no annotations), the description is quite complete. It covers purpose, usage conditions, exclusions, auth requirement, parameter constraints, and return contents. Minor gaps like pagination mechanics or error handling exist, but these are not essential for basic correct invocation, and the context provided is sufficient for an agent to select and call the tool correctly.

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 coverage is 100%, so parameters are well-documented in the schema. The description adds value by specifying natural language acceptable for query, that creator_email is case-insensitive exact match, and clarifies that at least one of query or creator_email must be provided, which is not fully captured in the schema. The limit parameter's default and max are already in the schema, so the description doesn't repeat that, but the 'at least one' constraint is essential added context.

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 a catalog by keyword, creator email, or content category, distinguishing it from siblings by explicitly noting it does NOT retrieve content and that pull_content should be used for actual content access. The verb 'Search' plus the resource 'Meta-Stamp Pockets catalog' provides a specific, actionable purpose.

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?

Explicitly says when to use: when an agent needs to discover available licensed content before pulling it, and knows the topic/creator but not the pocket ID. It also states what it does NOT do and directs to pull_content as the alternative, plus notes the requirement of a valid Bearer token and that at least one of query or creator_email must be provided.

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

A4.7/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: list_pockets for browsing the full catalog, search_pockets for discovery via filters, and pull_content for retrieving actual content. The descriptions explicitly cross-reference each other, eliminating ambiguity about when to use which.

Naming Consistency5/5

All three tool names follow a consistent verb_noun pattern (list_pockets, search_pockets, pull_content) with snake_case. This is a uniform and predictable naming convention.

Tool Count5/5

With 3 tools, the server is well-scoped for a content catalog service. Each tool covers a distinct step (browse, search, retrieve), and no tool is redundant or missing.

Completeness5/5

The tool surface covers the full discovery-to-retrieval workflow: browsing the catalog, searching by criteria, and pulling content. There are no obvious gaps for the stated purpose of accessing licensed content.

Resources