Skip to main content
Glama
GSA-TTS

mcp-server-blm-mlrs

by GSA-TTS

search_leases

Find BLM geothermal leases by filtering on state, status, effective date, or expiration date ranges.

Instructions

Search BLM geothermal leases, optionally filtering by state, status, and effective-/expiration-date ranges.

All parameters are optional. If none is provided, all leases are returned (capped at 50 records).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoTwo-letter admin state code, e.g. 'NV' (matches ADMIN_STATE).
statusNoCase disposition/status, e.g. 'Authorized' (matches CSE_DISP).
effective_date_toNoInclusive upper bound on effective date, as an ISO date string 'YYYY-MM-DD' (matches EFF_DT).
expiration_date_toNoInclusive upper bound on expiration date, as an ISO date string 'YYYY-MM-DD' (matches EXP_DT).
effective_date_fromNoInclusive lower bound on effective date, as an ISO date string 'YYYY-MM-DD' (matches EFF_DT).
expiration_date_fromNoInclusive lower bound on expiration date, as an ISO date string 'YYYY-MM-DD' (matches EXP_DT).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It reveals a key behavior: returning all leases (capped at 50) when no filters are provided. It does not state other traits like pagination or sorting, but the cap is critical and the absence of side effects is implied by 'search'.

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?

The description is two sentences, front-loaded with the core purpose, and the additional cap note is essential. Every sentence earns its place with no redundancy or filler.

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

Completeness5/5

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

For a search tool with an output schema and fully described parameters, this description covers the necessary behavior: what it searches, the filter options, and the default fifty-record cap when no filters are supplied. The output schema presumably handles return structure, so no further detail is needed.

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%, so the baseline is 3. The description summarizes the filter dimensions (state, status, date ranges) but adds little beyond the schema, which already elaborates each parameter. It does clarify that all parameters are filters, aligning with the schema's optionality.

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 clearly states the tool searches BLM geothermal leases with optional filters on state, status, and date ranges. This goes beyond a vague verb by specifying both the resource (BLM geothermal leases) and the search/listing nature of the operation, distinguishing it from a sibling tool like get_lease_details which likely retrieves a single lease.

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?

The description explicitly notes that all parameters are optional and that omitting them returns all leases (capped at 50), conveying when to use the tool without needing to supply filters. It gives clear context for usage but does not explicitly contrast it with get_lease_details, leaving the distinction somewhat implicit.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GSA-TTS/mcp-server-blm-mlrs'

If you have feedback or need assistance with the MCP directory API, please join our Discord server