get_operator_permits
Get an operator's drilling permits filed in Texas or Oklahoma over the last 24 months.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| limit | No |
Get an operator's drilling permits filed in Texas or Oklahoma over the last 24 months.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| limit | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the behavioral disclosure burden. It transparently states the geographic and temporal scoping of the results, but it does not mention whether all permit statuses are included, how results are ordered, what limit does beyond schema defaults, or whether any authentication is required.
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 with no wasted words. The core subject, operator, permit type, jurisdictions, and time window are all front-loaded and immediately actionable.
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 straightforward read-only lookup, the description gives enough context to select the tool and know the primary resource. However, with no annotations and no output schema, the description does not convey response shape, pagination, permit statuses, or potential empty-result behavior, leaving a noticeable completeness gap.
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?
Schema description coverage is 0%, and the description adds only that slug represents an operator. It does not explain what format the slug takes beyond the regex, and it gives no semantic guidance for the limit parameter, such as whether it caps the returned permit list or affects pagination.
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 states a specific verb and resource: an operator's drilling permits. It further narrows scope with geography (Texas/Oklahoma) and time (last 24 months), making it clearly distinguishable from siblings like get_state_recent_permits or get_operator_recent_activity.
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 when to use the tool: when a caller wants a specific operator's recent drilling permits in TX/OK. However, it does not explicitly mention alternatives or exclusion conditions, so the agent must infer the boundary between this and related operator/state permit tools.
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.