ProjectPermit
Server Details
Building permit requirements MCP for contractors and AI agents across 7 Canadian municipalities.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ChanghuLiu/projectpermit-mcp
- GitHub Stars
- 0
- Server Listing
- projectpermit-mcp
Available Tools
3 toolscheck_project_requirementsAInspect
Use for proposed work before quoting/scheduling. Start project with family + action and add only known facts. Returns evidence-linked determination, workflow/action bundle, deterministic identity, duplicate-suppression idempotency and mutation gate. Pass context.prior_decision_identity for repeat checks.
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Optional civic address. Supply it with resolve_address=true only where ProjectPermit has a municipal address/GIS resolver. | |
| context | No | Optional workflow/idempotency context. Preserve unknown facts rather than guessing them. | |
| project | Yes | ||
| property | No | Known property/overlay facts. Resolver-specific fields are also accepted. | |
| jurisdiction | Yes | Municipality id. Supported now: gatineau_qc, ottawa_on, toronto_on, mississauga_on, laval_qc, longueuil_qc, vancouver_bc. | |
| resolve_address | No | When true, enrich known property facts from first-party municipal address/GIS data before deterministic rule evaluation. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full disclosure burden, and it does reveal meaningful traits beyond the schema: evidence-linked determinations, deterministic identity, duplicate-suppression idempotency, and a mutation gate. Yet 'mutation gate' is never explained, and the side-effect profile is unclear (e.g., what resolve_address triggers or whether the tool persists anything), so the behavioral picture remains incomplete.
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?
Four short sentences with the usage context front-loaded and zero filler; every sentence earns its place. The output list, however, is dense jargon ('deterministic identity, duplicate-suppression idempotency, mutation gate') that slightly hampers readability, keeping it from a perfect 5.
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?
An output schema exists and the complex inputs are largely self-documenting, so the lack of return-format detail is not a liability. But for a tool with this much surface area, there is no routing guidance between single vs. batch variants, no mention of when projectpermit_info is the right call, and no disclosure of resolve_address side effects — leaving an agent to guess at the edges.
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 high (83%), which sets a baseline of 3, and the description adds genuine parameter-level guidance: family+action as the mandatory starting point, a known-facts-only policy to avoid guessing, and the role of context.prior_decision_identity for repeat checks. That is real value beyond the per-field schema text.
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 identifies a specific purpose — evaluating proposed work before quoting/scheduling — and names the resource (project requirements) with an inventory of what it returns. It is clear about the tool's job, but it never differentiates itself from the sibling check_project_requirements_batch or projectpermit_info, so it falls short of a 5 on the sibling-distinction bar.
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?
It explicitly scopes when to use the tool ('Use for proposed work before quoting/scheduling') and gives entry guidance ('Start project with family + action and add only known facts'), plus a concrete repeat-check instruction via context.prior_decision_identity. However, it names no alternatives or when-not-to-use exclusions, leaving the choice versus the batch sibling implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_project_requirements_batchAInspect
Evaluate 1-50 normalized projects in one call. Each item exposes jurisdiction, project.family/action, optional property/address/context and client_ref. Malformed items remain isolated as per-item failures.
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It usefully discloses that malformed items remain isolated as per-item failures, which is important for a batch API. However, it does not state whether evaluation is read-only, how partial success is represented, or other failure/rate-limit behaviors.
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 two sentences with no filler. It front-loads the batch capacity and core purpose, then compactly states the per-item shape and the failure-isolation behavior. Every clause earns its place.
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 batch tool, the description covers capacity, per-item input structure, and malformed-item handling, and an output schema exists to detail return values. It is slightly incomplete because it never points the agent to the single-project sibling or clarifies when batch is the wrong choice.
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%, so the description must compensate. It does by highlighting the meaningful item fields: jurisdiction, project.family/action, optional property/address/context, and client_ref. This gives an agent a concrete starting point for constructing items, while the schema supplies detailed field semantics.
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 opens with a specific action and resource: 'Evaluate 1-50 normalized projects in one call.' It clearly conveys this is a batch evaluation tool and summarizes the per-item inputs. It does not explicitly contrast itself with the sibling check_project_requirements, so it stops short of a 5.
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 '1-50 ... in one call' phrasing implies this tool is for multi-project evaluations, and the sibling name suggests check_project_requirements is the single-item alternative. However, the description never explicitly states when to use the batch tool versus the singular sibling or when the batch variant is inappropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
projectpermit_infoAInspect
Use first to get supported Canadian cities/families, identity/idempotency and safe-writeback semantics. Capability discovery only; no permit determination is performed.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility. It discloses that the tool only performs capability discovery and does not evaluate permits, which sets accurate expectations. It also surfaces that the tool returns idempotency and safe-writeback semantics, adding behavioral context about subsequent write operations.
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?
Two short sentences, front-loaded with the 'Use first' directive. No filler; every phrase adds distinct information about timing, content, or scope.
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 no-parameter capability-discovery tool with an output schema, the description covers what the tool does, what it returns, and what it does not do. The only omission is naming the sibling tools for permit checks, but the sibling list is available in context.
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?
The input schema has zero properties, so the description has no parameter burden. The baseline for zero-parameter tools is 4, and the description appropriately focuses on output content and usage rather than parameters.
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?
States a specific action ('Use first to get') and a concrete resource list (supported Canadian cities/families, identity/idempotency, safe-writeback semantics). Explicitly distinguishes itself from permit-checking siblings by declaring 'no permit determination is performed.' An agent can immediately tell this is the capability-discovery tool, not the requirement checker.
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?
Opens with the directive 'Use first,' which tells the agent the intended call order relative to other tools. 'Capability discovery only; no permit determination is performed' clearly marks when not to use it, and the sibling names make the alternative obvious. It could have named the sibling tools explicitly, but the context is unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- First observed
check_project_requirements - First observed
check_project_requirements_batch - First observed
projectpermit_info
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Built-environment forecasts, public benchmarks, and permit or zoning readiness through remote MCP.
Public building permits, property assessments, parcels and development intelligence.
Pull recent building permits from 9 US cities in a unified schema from official open-data portals.
Fresh US building permits with contacts from official city APIs. Construction lead generation.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server giving AI agents structured access to Canadian federal, provincial, and municipal government data.559MIT
- AlicenseNot gradedqualityDmaintenanceProfessional building code compliance assistant that interfaces with municipal building codes, helping contractors and builders navigate complex regulatory requirements with precision.1MIT
- AlicenseAqualityCmaintenanceOpen-source MCP server providing real estate regulatory intelligence (zoning, permits, entitlements, deal scoring) for US properties, enabling AI agents to access 10 callable tools.1215MIT
- FlicenseNot gradedqualityBmaintenanceMCP server for Canadian procurement intelligence, enabling unified search of federal and Alberta tender opportunities, deadline tracking, profile-based matching, daily briefs, and AI-assisted bid analysis.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The two requirement-check tools are distinct by cardinality: one handles a single project and the other handles a batch of 1-50. projectpermit_info is clearly a capability-discovery tool and not a permit determination, so the boundaries between tools are clear.
check_project_requirements and check_project_requirements_batch follow a consistent verb_noun pattern, while projectpermit_info uses a noun_info style. This is a minor deviation but the overall naming remains predictable and readable.
Three tools is well-scoped for this server: one info/discovery tool, one single-check tool, and one batch-check tool. Each tool has a distinct purpose and earns its place without unnecessary overlap.
The server covers the full intended workflow: discover supported jurisdictions and families, check a single project, and check up to 50 projects in batch. No obvious missing operations exist for pre-quoting and scheduling permit determination.