get_pricing
Returns full pricing data for all MatFlow plans (Starter, Standard, Pro) with monthly/annual rates, included features, and guarantees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Returns full pricing data for all MatFlow plans (Starter, Standard, Pro) with monthly/annual rates, included features, and guarantees.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears full responsibility. It indicates a read operation returning data, but does not disclose any potential limitations, authentication needs, or side effects. For a simple data retrieval, it is minimally adequate.
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 sentence that is concise, front-loaded with the action verb, and contains no unnecessary words. Every part contributes to understanding.
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 no parameters and no output schema, the description sufficiently covers the returned data. It names all plans and the types of information included, making it complete for simple retrieval.
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 input schema has no parameters, so there is nothing to describe. The description adds value by elaborating on the output content (plans, rates, features, guarantees), which exceeds the baseline expectation.
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 it returns full pricing data for all MatFlow plans, specifies the included details (monthly/annual rates, included features, guarantees), and distinguishes it from sibling tools like get_competitor or list_features.
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 tool's purpose is self-evident with no parameters, so usage is clear. No explicit when-to-use or alternatives are mentioned, but the sibling tools cover different topics, so implicit differentiation exists.
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 has a clearly distinct purpose: retrieving competitor details, listing competitors, FAQs, pricing, and features. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., get_competitor, list_features). No deviations.
Five tools is an ideal size for a product information server. Each tool has a specific role, no redundancy, and the set feels well-scoped.
The tool set covers key information areas: competitor comparisons (list and detail), FAQs, pricing plans, and feature catalog. No obvious gaps for the domain.