get_product_info
Get an overview of SavedThat: what it does, supported platforms, pricing, and links. Use to answer questions about the product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Get an overview of SavedThat: what it does, supported platforms, pricing, and links. Use to answer questions about the product.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description must carry the disclosure burden. It clearly communicates that this is an informational overview returning product details such as pricing and links. It does not mention any side effects, freshness of data, or limitations, but the risk is low for a no-parameter read-style info tool.
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 tight sentences: the first states the resource and content scope, the second gives the intended call context. No filler or repeated material from the schema; every sentence contributes something new.
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 zero-parameter informational tool with no output schema and no annotations, the description is sufficiently complete to decide when and why to invoke it. The response shape is not detailed, but the listed content categories compensate well for the absence of an output schema.
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?
The tool has zero parameters, so the input schema already fully defines the calling contract. The description adds useful domain context about what the returned overview covers, but no additional parameter-level semantics are needed since there are no parameters.
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 uses a concrete verb and resource: 'Get an overview of SavedThat' and immediately enumerates the content (what it does, supported platforms, pricing, links). This makes what the tool answers very clear and differentiates it from the sibling get_public_transcript, which is focused on transcript data.
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 explicitly states when to use it: 'Use to answer questions about the product.' It does not explicitly mention alternative tools or when not to use it, but the product-vs-transcript separation is strongly implied by the content.
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.
The two tools are entirely distinct: one provides product overview information, the other retrieves a video transcript. There is no overlap in purpose, input, or output, so an agent can easily select the right tool.
Both tools follow a consistent `get_` prefix paired with a clear object noun (`product_info`, `public_transcript`). The naming pattern is uniform and predictable.
With only 2 tools, the server feels minimal and thin. Each tool is useful and covers a distinct need, but the overall surface is borderline for a product-specific server.
The server only covers product information and a partial public transcript lookup. It lacks user-specific operations such as saving videos, listing saved items, accessing full transcripts, or managing account data, so significant portions of the domain are absent.