read_resort
Read the public field, protocol, available actions, and current world before deciding to visit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Read the public field, protocol, available actions, and current world before deciding to visit.
| 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?
The description aligns with the readOnlyHint annotation by using 'Read' and adds useful detail about what information is surfaced (field, protocol, actions, world). With annotations already covering safety, this adds meaningful behavioral context without contradicting anything.
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, front-loaded with the verb 'Read', and contains no filler. Every word contributes to explaining what the tool does and when to use it.
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, read-only tool with no output schema, the description covers the essential information an agent needs: what data will be read and the recommended timing. It is sufficiently complete given the low complexity and existing annotations.
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 there are no parameter semantics to explain. The schema already fully covers the empty parameter set, and the baseline for zero-parameter tools is 4.
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 verb 'Read' and lists the specific resources it retrieves: public field, protocol, available actions, and current world. It is distinguishable from siblings by its focus on pre-visit state reading, though it does not explicitly contrast itself with observe.
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 phrase 'before deciding to visit' gives a clear usage context and timing, implying this tool should be used before actions like check_in or act. It does not explicitly name alternatives or exclusions, but the timing guidance is clear.
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.