get_pricing
Get the public Raze engagement minimum, scoping policy, services, and CTA URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Get the public Raze engagement minimum, scoping policy, services, and CTA URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations provided, so the description carries the full burden. It notes the data is 'public,' implying a safe read operation, but does not disclose return format, pagination, or any side effects. This basic transparency is adequate for a simple tool but lacks richer behavioral detail.
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 concise sentence that clearly enumerates the resource components. Every word contributes meaning, with no repetition or filler. It is optimally concise for the tool's simplicity.
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, no output schema, and no annotations, the description is reasonably complete: it names the specific data items retrievable. However, it could be more complete by mentioning whether the pricing is for a specific service or the entire Raze engagement, or how the CTA URLs are structured, but overall it adequately covers the minimal context needed.
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 baseline is 4. The description correctly lists the specific data points to be returned (engagement minimum, scoping policy, services, CTA URLs), which adds context beyond the empty schema, even though no parameter explanation is needed.
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 specific verb 'Get' and clearly identifies the resource: 'public Raze engagement minimum, scoping policy, services, and CTA URLs.' It is specific enough to distinguish from siblings like list_services or get_booking_url, though it does not explicitly contrast with them.
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 by stating what data is retrieved, but provides no explicit guidance on when to use this tool versus alternatives, nor any exclusion criteria. Since the tool is a simple getter with no parameters, the implied usage is sufficient but not explicit.
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 aspect of Raze's public information or booking functionality. There is no overlap; booking, pricing, projects, resources, and services are clearly separated.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., create_booking, get_available_slots, list_projects). This makes it easy for an agent to predict tool behavior.
With 10 tools, the server covers the main public-facing aspects of Raze (booking, pricing, projects, resources, services) without being overly heavy or thin. Each tool serves a clear purpose.
The tool set provides comprehensive coverage for a company site: booking lifecycle (including slot checking and creation), pricing, project case studies (list and detail), resources, and services. No obvious gaps for the intended public interaction.