Skip to main content
Glama

check_str_eligibility

Deterministic verdict on whether a short-term rental is allowed in a jurisdiction for a given use type, with the requirements, cautions, a confidence and the citations behind them. No model: same input always gives the same answer, and when the governing rules are unknown it says so rather than guessing. Free, no API key needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesJurisdiction slug or "City, ST" string.
use_typeYesprimary_residence | whole_home | adu | unhosted.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description fully handles behavioral transparency. It states the tool is deterministic ('No model'), consistent ('same input always gives the same answer'), honest about unknowns ('when the governing rules are unknown it says so rather than guessing'), and free. It does not detail error handling for invalid inputs, but the key behaviors are well covered.

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 with no wasted words. The first sentence front-loads the purpose and outputs, the second adds critical behavioral traits. Every sentence adds value.

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?

Given no output schema, the description mentions key output components (verdict, requirements, cautions, confidence, citations) which is helpful. However, it does not explain the exact format or structure of the response, leaving some ambiguity for an AI agent.

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 baseline is 3. The description adds no additional parameter-level information beyond the schema; it only mentions 'Jurisdiction slug or City, ST string' and enum values which are already in the schema. The free/no-API-key note is tool-level, not parameter-level.

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's purpose: 'Deterministic verdict on whether a short-term rental is allowed in a jurisdiction for a given use type.' It specifies the verb (check eligibility), resource (short-term rental in jurisdiction), and scope (including requirements, cautions, confidence, citations). It naturally distinguishes from siblings like get_lodging_tax and get_str_rules.

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 provides clear context for when to use the tool: when a deterministic, free, no-API-key-needed eligibility check is required. It mentions behavioral traits like always giving the same answer and being honest when unknown. However, it lacks explicit guidance on when not to use it compared to sibling tools.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool serves a distinct purpose: eligibility check, tax lookup, rules retrieval, and jurisdiction listing. Descriptions clearly differentiate them with no overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (check_str_eligibility, get_lodging_tax, get_str_rules, list_jurisdictions), making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose of providing short-term rental regulation and tax information. Each tool earns its place without unnecessary bloat or deficiency.

Completeness4/5

The tool set covers the core workflows: checking eligibility, retrieving taxes, obtaining rules, and listing jurisdictions. Minor additions like jurisdiction-level details or booking fee info could be added, but the surface is largely complete for the stated purpose.

Resources