Skip to main content
Glama

Create Product Feed

meta_create_product_feed

Create a product feed for a catalog to auto-sync products from a URL, with configurable fetch intervals. Returns the new feed ID.

Instructions

Creates a new product feed for a catalog to automatically sync products from a URL.

Args:

  • catalog_id (string): Product catalog ID

  • name (string): Feed name

  • schedule_url (string): URL of the product feed file (CSV, TSV, XML)

  • schedule_interval (string): How often to fetch — HOURLY, DAILY, WEEKLY, MONTHLY

Returns the new feed ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFeed name
catalog_idYesProduct catalog ID
schedule_urlYesProduct feed URL (CSV/TSV/XML)
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
schedule_intervalYesFetch interval
Behavior4/5

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

Annotations already establish this is a mutating, non-idempotent, non-destructive call. The description adds useful behavioral context by stating the feed 'automatically sync products from a URL' and by disclosing that the call 'Returns the new feed ID,' which is valuable since no output schema exists.

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-structured: a one-sentence purpose, a clear Args list, and a return statement. Every section serves a purpose and no filler appears.

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?

For a moderately simple create operation with full schema coverage, the description covers the creation behavior, key parameters, and return value. It does not mention caveats like whether syncing begins immediately or whether the URL must be publicly accessible, but those are not essential for correct invocation.

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 all parameters. The description repeats the required parameters with slightly richer phrasing, such as file formats and interval examples, but does not add meaning beyond what the input schema 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?

The description opens with a specific verb and resource: 'Creates a new product feed for a catalog.' It also clarifies the purpose by saying the feed will 'automatically sync products from a URL,' which distinguishes it clearly from sibling read/list/delete feed tools like meta_list_product_feeds.

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?

The description clearly frames when this tool is appropriate: when creating a new product feed that syncs from a URL. It does not explicitly name alternatives or exclusions, but the 'new' wording and sync behavior provide enough context for an agent to route correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/open-work-org/open-mcp-servers'

If you have feedback or need assistance with the MCP directory API, please join our Discord server