MCP Resources
MCP Resources let agents read structured data from Alana without making explicit tool calls. Think of them as read-only data attachments that the agent can reference.Available Resources
| Resource URI | Description |
|---|---|
catalog://products | Paginated product summaries for the workspace |
catalog://products/{id} | Full product detail by ID |
catalog://categories | Category tree for the workspace |
catalog://brands | Brand list for the workspace |
Reading a Resource
How Agents Use Resources
When an agent needs catalog context, it can read the resource at the start of a session rather than making repeatedsearch_products calls. This reduces latency and tool calls for context-heavy workflows.
MCP Prompts
MCP Prompts are pre-built workflow templates that agents can invoke. They combine multiple tool calls into a single guided workflow.Available Prompts
| Prompt Name | Description |
|---|---|
optimize-catalog | Run optimization across an entire catalog |
analyze-product | Deep analysis of a single product |
generate-feed-report | Feed performance analysis |
brand-consistency-check | Check products against brand guidelines |
Using a Prompt
Prompt: analyze-product
Generates a structured analysis of a product including score, improvement suggestions, and platform-specific recommendations. Arguments:| Argument | Required | Description |
|---|---|---|
product_id | Yes | Product to analyze |
platforms | No | Comma-separated list: google,meta,openai |
Prompt: brand-consistency-check
Checks a set of products against brand guidelines and flags inconsistencies. Arguments:| Argument | Required | Description |
|---|---|---|
brand_id | Yes | Brand to check against |
catalog_id | No | Catalog to audit (defaults to all) |