Skip to main content
Glama

Shared Forest

Find free spots

find_spots
Read-onlyIdempotent

Read-only. Suggests free positions for N sponsored trees, optionally near a point. Pass the spots to start_sponsorship, or omit spots there and the server picks them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
near_xNoOptional x coordinate (0-8192) to search near. Needs near_y.
near_yNoOptional y coordinate (0-8192) to search near. Needs near_x.
quantityYesNumber of trees, 1-100. Larger orders get a lower unit price.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description's 'Read-only' largely restates that. It adds useful integration context about passing results to start_sponsorship, but it does not describe the return shape or any positional constraints beyond the schema. This is adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two compact sentences with the core behavior front-loaded and the workflow note following. Every clause contributes meaning: the read-only guarantee, the optional proximity search, and the routing to start_sponsorship.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only query with a fully described input schema and safe annotations, the description is nearly complete. The only gap is that no output schema exists and the description does not specify the exact format of the returned spots, such as x/y coordinate pairs.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% and each parameter already has a descriptive explanation, including the near_x/near_y mutual dependency. The prose adds 'N sponsored trees' and the lower unit price for larger orders, but most parameter semantics are already carried by the schema, so the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('suggests') and resource ('free positions for N sponsored trees'), and it clearly distinguishes the tool from start_sponsorship by explaining how its output feeds into that sibling. This makes the tool's role unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives clear workflow context: find spots first, then pass them to start_sponsorship, or omit them and let the server choose. It does not exhaustively compare against other siblings, but the alternative path is explicit enough for an agent to decide when this tool is needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.