search_pockets
Search the Meta-Stamp Pockets catalog by keyword, creator name, or content category to discover licensed content. Returns matching pocket IDs, titles, and details for later retrieval.
Instructions
Search the Meta-Stamp Pockets catalog by keyword, creator name, 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, creator names, or category keywords. Returns matching pockets with their IDs, titles, descriptions, creators, content types, and pricing tiers. Use the limit parameter to control page size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return per page. Defaults to 10, maximum 50 for search results. | |
| query | Yes | Natural language search terms, creator names, or category keywords to find matching content pockets. | |
| content_type | No | Optional filter to show only pockets in a specific content category or source type, such as 'youtube', 'webpage', 'video', 'text', 'image', or 'audio'. |