Get one editorial set
get_editorial_setOne curated set's full ordered lineup with product links. Fetch the markdown_url for the annotated version (per-pick reasons included).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
get_editorial_setOne curated set's full ordered lineup with product links. Fetch the markdown_url for the annotated version (per-pick reasons included).
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses that the tool returns a lineup with product links and an optional markdown_url containing per-pick reasons, but does not explicitly state read-only behavior, error handling, or rate limits. The detail is output-focused and adequate, though not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two efficient sentences: the first states the core function and resource, the second adds a valuable optional detail (markdown_url for annotated version). No redundant wording or unnecessary structure.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no output schema, the description covers the primary return (full ordered lineup, product links, optional markdown) but omits details on lineup structure, error conditions, or the exact format of markdown_url. It is sufficient for a basic fetch but does not fully spec the response.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for the slug parameter. It only says 'One curated set's full ordered lineup' without explicitly defining slug as the unique identifier, its format, or examples. The meaning is implicit rather than stated, leaving an agent to infer the parameter's role.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns a single editorial set's full ordered lineup with product links, and optionally the annotated version with per-pick reasons. This distinguishes it from list_editorial_sets (which lists sets) and search tools like search_articles and search_products.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the core use case (fetching one set) and highlights when the annotated version is useful, but it does not explicitly contrast with siblings like list_editorial_sets for fetching many sets. The context is clear enough to route an agent, though exclusions are absent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool targets a distinct resource and action: article, editorial set, product, vetting criteria, and search/list operations are clearly separated. No overlap in purpose; 'get' vs 'search' vs 'list' clear.
All tools follow a consistent verb_noun snake_case pattern (get_*, list_*, search_*), with clear verbs and nouns.
7 tools is well-scoped for a catalog server covering articles, products, and editorial sets. Each tool has a distinct role and none are redundant.
The surface covers search and retrieval for all core entities (articles, products, editorial sets) plus the vetting criteria. For a read-only public catalog, there are no apparent dead ends or missing operations.