get_engagements
Get Raze engagement options, services, timelines, and CTA URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Get Raze engagement options, services, timelines, and CTA URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full behavioral burden, yet it says nothing about whether this is a read-only lookup, whether it requires authentication or an account context, caching, or rate limits. It only enumerates the data returned, which is a content hint rather than behavioral disclosure.
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?
A single compact sentence with no filler, and the resource is front-loaded. It is efficient, though the trailing list of fields reads more like a payload dump than a purpose statement.
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-param tool with no annotations and no output schema, the description usefully previews the returned fields (options, services, timelines, CTA URLs). But it never defines what an 'engagement' is or when this data is relevant, so an agent must still guess at intent.
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 takes zero parameters, so there is nothing to disambiguate; the baseline for a parameterless tool is 4. The description correctly implies no input is required, though it adds no argument-level detail to discuss.
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?
States a verb (Get) and enumerates the returned content (engagement options, services, timelines, CTA URLs), which gives a rough sense of the resource. However, 'Raze engagements' is undefined jargon and the sentence effectively describes the payload rather than the purpose or scope, so an agent cannot confidently distinguish it from siblings like list_services or get_project.
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?
There is no indication of when to call this tool, what precedes it, or which sibling to use instead for related booking/site data. The agent is left to infer usage entirely from the name and the list of returned fields.
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.