get_service_page
Get one service page summary by path or slug, plus related blog posts, resources, and glossary terms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Service page path or slug, for example /amazon-ppc-management-services. |
Get one service page summary by path or slug, plus related blog posts, resources, and glossary terms.
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Service page path or slug, for example /amazon-ppc-management-services. |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds behavioral context by specifying it returns a summary plus related items (blog posts, resources, glossary terms), which is valuable information beyond what annotations provide.
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?
The description is a single, well-structured sentence that efficiently conveys purpose and outputs without redundancy. Every word adds value, making it highly concise.
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?
Given the tool has only one parameter, no nested objects, and annotations covering safety, the description provides sufficient context. It clearly states what is returned (summary plus related content) even without an output schema, making it complete for agent invocation.
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 100%, with the single 'path' parameter well-documented in the schema itself. The description repeats 'by path or slug' but does not add new meaning or constraints beyond the schema. Baseline 3 is appropriate.
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 retrieves a service page summary along with related blog posts, resources, and glossary terms. It uses specific verb 'Get' and identifies distinguishing elements (path/slug lookup) that differentiate it from siblings like get_blog_post or search_services.
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 usage context (by path or slug) but does not explicitly state when to use this vs alternatives like search_services or get_blog_post. No when-not or exclusion criteria provided, though the listed outputs hint at differentiation.
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.
Most tools have distinct purposes (e.g., blog_generator vs. get_blog_post), but there is overlap among some content validation tools (csv_cleaner, duplicate_sku_finder, inventory_checker, product_catalog_validator) which could cause confusion. Also, compare_services and search_services serve similar functions.
Tool names mix styles: some use noun_verb (amazon_listing_manager), others verb_noun (compare_services), and there are multiple prefixes like get_, search_, list_. This inconsistency may hinder an agent's ability to predict tool names.
With 35 tools, the set is large and covers many subdomains. This could overwhelm an agent, making selection challenging. A more focused subset would improve coherence.
The tools cover a broad range of ecommerce operations: listing management for multiple platforms, content generation, data validation, research, and reporting. However, missing update/delete capabilities and some platform interactions limit full lifecycle coverage.