Skip to main content
Glama

dallas_permits

Read-onlyIdempotent

Find City of Dallas building permits by type, status, council district, or address. Filter results to inspect construction, remodel, and trade permit records.

Instructions

Search City of Dallas building permits (new construction, remodels, electrical, mechanical, plumbing, etc). Filter by permit type, status, council district, or address. Authoritative source: City of Dallas Open Data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 25).
statusNoPermit status, fuzzy contains. Example: "Issued", "Finaled", "Applied".
days_backNoOnly include permits issued in the last N days. Default: no limit.
permit_typeNoPermit type, fuzzy contains. Example: "Residential", "Electrical", "Roofing".
address_containsNoPartial street address match, e.g. "Main St" or "Elm".
council_districtNoDallas city council district number (1-14), e.g. "10".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.1

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already provide readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds useful context about the authoritative source and permit categories, but does not disclose return shape, pagination, or dataset update behavior beyond what annotations imply.

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 short, front-loaded with the main action and resource, and every clause adds value. No filler or redundant restatement of the tool name.

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 read-only search tool with a rich schema and strong annotations, this description is nearly complete. The only minor gap is that the prose does not mention the date-range filter or output shape, though the schema documents the former and the latter is less critical for a search tool.

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 reinforces the key filters (permit type, status, council district, address) but adds no detail beyond the schema; limit and days_back are left entirely to the schema.

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?

Uses a specific verb and resource: 'Search City of Dallas building permits,' with concrete permit categories and filter dimensions. This clearly distinguishes it from sibling tools about crime, property, schools, 311, and weather.

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

Usage Guidelines3/5

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

The description implies this is the tool for Dallas permit searches and notes the authoritative data source, but it does not explicitly state when to prefer it over siblings or when not to use it. Context is clear, but exclusionary guidance is absent.

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