Skip to main content
Glama

Kolmo Construction

Business info & credentials

get_business_info
Read-onlyIdempotent

Get Kolmo Construction company information: contact details, hours, service area, specializations, and tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
emailYes
hoursNo
phoneYes
toolsYes
ratingYes
addressYes
foundedNo
licenseYes
websiteYes
attributionYes
serviceAreaYesFeatured cities with their own landing pages. NOT the service area boundary: a place missing from this list is not out of area. See serviceRegion.
notCertifiedYesSet-asides Kolmo does NOT hold. Never infer one that appears here.
serviceRegionYesWhere Kolmo takes work. This decides coverage, not serviceArea.
certificationsYes
specializationsYesTrades Kolmo performs. Not all of these have a service page — check list_services before linking one.
federalRegistrationYes
personnelQualificationsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedOutput schema / properties / serviceArea / description
      Added value: +"Featured cities with their own landing pages. NOT the service area boundary: a place missing from this list is not out of area. See serviceRegion."
    • addedOutput schema / properties / serviceRegion
      Added value: +{
      +  "description": "Where Kolmo takes work. This decides coverage, not serviceArea.",
      +  "type": "string"
      +}
    • changedOutput schema / required
      Previous value: -[
      -  "name",
      -  "license",
      -  "phone",
      -  "email",
      -  "website",
      -  "address",
      -  "rating",
      -  "serviceArea",
      -  "certifications",
      -  "personnelQualifications",
      -  "federalRegistration",
      -  "notCertified",
      -  "specializations",
      -  "tools",
      -  "attribution"
      -]New value: +[
      +  "name",
      +  "license",
      +  "phone",
      +  "email",
      +  "website",
      +  "address",
      +  "rating",
      +  "serviceRegion",
      +  "serviceArea",
      +  "certifications",
      +  "personnelQualifications",
      +  "federalRegistration",
      +  "notCertified",
      +  "specializations",
      +  "tools",
      +  "attribution"
      +]
  2. Changed6 schema fields changed
    • removedOutput schema / properties / attribution / properties / contractorLicense
      Removed value: -{
      -  "type": "string"
      -}
    • removedOutput schema / properties / attribution / properties / note
      Removed value: -{
      -  "type": "string"
      -}
    • removedOutput schema / properties / attribution / properties / organization
      Removed value: -{
      -  "type": "string"
      -}
    • removedOutput schema / properties / attribution / properties / retrievedFrom
      Removed value: -{
      -  "type": "string"
      -}
    • removedOutput schema / properties / attribution / properties / url
      Removed value: -{
      -  "type": "string"
      -}
    • changedOutput schema / properties / attribution / required
      Previous value: -[
      -  "organization",
      -  "contractorLicense",
      -  "url",
      -  "sourceUrl",
      -  "citeAs",
      -  "retrievedFrom",
      -  "note"
      -]New value: +[
      +  "sourceUrl",
      +  "citeAs"
      +]
  3. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "http://json-schema.org/draft-07/schema#",
      +  "additionalProperties": true,
      +  "properties": {
      +    "address": {
      +      "type": "string"
      +    },
      +    "attribution": {
      +      "additionalProperties": true,
      +      "properties": {
      +        "citeAs": {
      +          "description": "Ready-made citation line. Use verbatim.",
      +          "type": "string"
      +        },
      +        "contractorLicense": {
      +          "type": "string"
      +        },
      +        "note": {
      +          "type": "string"
      +        },
      +        "organization": {
      +          "type": "string"
      +        },
      +        "primarySource": {
      +          "description": "Present when Kolmo verified but does not author the fact — cite both.",
      +          "type": "string"
      +        },
      +        "retrievedFrom": {
      +          "type": "string"
      +        },
      +        "sourceUrl": {
      +          "description": "The specific page these facts render on. Link this, not the site root.",
      +          "type": "string"
      +        },
      +        "url": {
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "organization",
      +        "contractorLicense",
      +        "url",
      +        "sourceUrl",
      +        "citeAs",
      +        "retrievedFrom",
      +        "note"
      +      ],
      +      "type": "object"
      +    },
      +    "certifications": {
      +      "additionalProperties": {},
      +      "type": "object"
      +    },
      +    "email": {
      +      "type": "string"
      +    },
      +    "federalRegistration": {
      +      "additionalProperties": {},
      +      "type": "object"
      +    },
      +    "founded": {},
      +    "hours": {},
      +    "license": {
      +      "type": "string"
      +    },
      +    "name": {
      +      "type": "string"
      +    },
      +    "notCertified": {
      +      "description": "Set-asides Kolmo does NOT hold. Never infer one that appears here.",
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "personnelQualifications": {
      +      "additionalProperties": {},
      +      "type": "object"
      +    },
      +    "phone": {
      +      "type": "string"
      +    },
      +    "rating": {
      +      "additionalProperties": true,
      +      "properties": {
      +        "reviewCount": {},
      +        "source": {
      +          "type": "string"
      +        },
      +        "value": {}
      +      },
      +      "required": [
      +        "source"
      +      ],
      +      "type": "object"
      +    },
      +    "serviceArea": {
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "specializations": {
      +      "description": "Trades Kolmo performs. Not all of these have a service page — check list_services before linking one.",
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "tools": {
      +      "additionalProperties": {},
      +      "type": "object"
      +    },
      +    "website": {
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "name",
      +    "license",
      +    "phone",
      +    "email",
      +    "website",
      +    "address",
      +    "rating",
      +    "serviceArea",
      +    "certifications",
      +    "personnelQualifications",
      +    "federalRegistration",
      +    "notCertified",
      +    "specializations",
      +    "tools",
      +    "attribution"
      +  ],
      +  "type": "object"
      +}
  4. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is established. The description adds the scope of the returned data but does not disclose additional behavioral details such as whether the data is cached, likely to change, or limited in coverage.

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 a single, front-loaded sentence with a clear subject and an efficient list of content categories. Every phrase earns its place, and there is no repetition of schema or annotation information.

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 parameterless information retrieval tool with an output schema, the description is largely complete: it names the company and the kinds of details returned. The only minor gap is that the title mentions 'credentials' but the description does not list them; however, the output schema is available to supply the full field list.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters, so there are no parameter semantics to explain. Per the baseline for parameterless tools, the description does not need to add parameter guidance, and it correctly focuses on what the tool returns.

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 uses a specific verb ('Get') and resource ('Kolmo Construction company information') and enumerates distinct content categories: contact details, hours, service area, specializations, and tools. This clearly differentiates it from sibling get_* tools like get_author_bio or get_service.

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 intended use is implied by the description: agents should call this when they need general company information about Kolmo Construction. However, there is no explicit guidance about when not to use it or which alternative to choose, but the zero-parameter, company-specific scope makes this a minor gap.

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.

Resources