Skip to main content
Glama

Server Details

Search building products & manufacturers for AI agents: CAD, BIM, specs by CSI from arcat.com

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 4 tool updates
    • Changedbrowse_csi_sections1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "sections": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "arcat_url": {
        +            "type": "string"
        +          },
        +          "code": {
        +            "anyOf": [
        +              {
        +                "type": "string"
        +              },
        +              {
        +                "type": "number"
        +              }
        +            ]
        +          },
        +          "division": {
        +            "anyOf": [
        +              {
        +                "type": "string"
        +              },
        +              {
        +                "type": "number"
        +              }
        +            ]
        +          },
        +          "title": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "arcat_url"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "total": {
        +      "maximum": 9007199254740991,
        +      "minimum": -9007199254740991,
        +      "type": "integer"
        +    }
        +  },
        +  "required": [
        +    "total",
        +    "sections"
        +  ],
        +  "type": "object"
        +}
    • Changedget_manufacturer1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "arcat_url": {
        +      "type": "string"
        +    },
        +    "available_content": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "csi_sections": {
        +      "items": {
        +        "type": "string"
        +      },
        +      "type": "array"
        +    },
        +    "error": {
        +      "type": "string"
        +    },
        +    "location": {
        +      "additionalProperties": false,
        +      "properties": {
        +        "city": {
        +          "type": "string"
        +        },
        +        "state": {
        +          "type": "string"
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "manufacturer_id": {
        +      "anyOf": [
        +        {
        +          "type": "number"
        +        },
        +        {
        +          "type": "string"
        +        }
        +      ]
        +    },
        +    "name": {
        +      "type": "string"
        +    },
        +    "product_count": {
        +      "type": "number"
        +    },
        +    "website": {
        +      "type": "string"
        +    }
        +  },
        +  "type": "object"
        +}
    • Changedsearch_manufacturers1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "results": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "arcat_url": {
        +            "type": "string"
        +          },
        +          "available_content": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          },
        +          "csi_sections": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          },
        +          "location": {
        +            "additionalProperties": false,
        +            "properties": {
        +              "city": {
        +                "type": "string"
        +              },
        +              "state": {
        +                "type": "string"
        +              }
        +            },
        +            "type": "object"
        +          },
        +          "manufacturer_id": {
        +            "anyOf": [
        +              {
        +                "type": "number"
        +              },
        +              {
        +                "type": "string"
        +              }
        +            ]
        +          },
        +          "name": {
        +            "type": "string"
        +          },
        +          "website": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "name",
        +          "location",
        +          "csi_sections",
        +          "available_content",
        +          "arcat_url"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "total": {
        +      "maximum": 9007199254740991,
        +      "minimum": -9007199254740991,
        +      "type": "integer"
        +    }
        +  },
        +  "required": [
        +    "total",
        +    "results"
        +  ],
        +  "type": "object"
        +}
    • Changedsearch_products1 field changed
      • changedOutput schema / (root)
        Previous value: -nullNew value: +{
        +  "$schema": "http://json-schema.org/draft-07/schema#",
        +  "additionalProperties": false,
        +  "properties": {
        +    "results": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "arcat_url": {
        +            "type": "string"
        +          },
        +          "available_formats": {
        +            "additionalProperties": false,
        +            "properties": {
        +              "bim": {
        +                "type": "boolean"
        +              },
        +              "cad": {
        +                "type": "boolean"
        +              },
        +              "catalog": {
        +                "type": "boolean"
        +              },
        +              "spec": {
        +                "type": "boolean"
        +              },
        +              "video": {
        +                "type": "boolean"
        +              }
        +            },
        +            "required": [
        +              "bim",
        +              "cad",
        +              "spec",
        +              "catalog",
        +              "video"
        +            ],
        +            "type": "object"
        +          },
        +          "csi_sections": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          },
        +          "description": {
        +            "type": "string"
        +          },
        +          "is_featured": {
        +            "type": "boolean"
        +          },
        +          "made_in_usa": {
        +            "type": "boolean"
        +          },
        +          "manufacturer": {
        +            "type": "string"
        +          },
        +          "manufacturer_id": {
        +            "anyOf": [
        +              {
        +                "type": "number"
        +              },
        +              {
        +                "type": "string"
        +              }
        +            ]
        +          },
        +          "name": {
        +            "type": "string"
        +          },
        +          "tradename": {
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "name",
        +          "manufacturer",
        +          "description",
        +          "csi_sections",
        +          "available_formats",
        +          "made_in_usa",
        +          "is_featured",
        +          "arcat_url"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "total": {
        +      "maximum": 9007199254740991,
        +      "minimum": -9007199254740991,
        +      "type": "integer"
        +    }
        +  },
        +  "required": [
        +    "total",
        +    "results"
        +  ],
        +  "type": "object"
        +}
  2. 4 tool updates
    • First observedbrowse_csi_sections
    • First observedget_manufacturer
    • First observedsearch_manufacturers
    • First observedsearch_products

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Agent-native company intelligence. AI agents search and retrieve structured, verified company context (certifications, capabilities, capacity, lead times) for manufacturing & supply chain via 5 MCP tools.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Affiliate product search for AI agents. Indexes structured merchant feeds — real prices, live stock, affiliate links built in. Works with any MCP client.
    MIT
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 has a clearly distinct purpose: browsing the MasterFormat taxonomy, searching for manufacturers, retrieving a specific manufacturer's details, and searching for products. There is no meaningful overlap that would cause an agent to confuse them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with clear, descriptive verbs (browse, get, search, search) and underscore separators. The naming is predictable and idiomatic.

Tool Count5/5

With four tools, the server is well-scoped for its purpose of discovering building product information. Each tool covers a distinct aspect of the domain without excess or redundancy, fitting comfortably within the 3-15 range.

Completeness4/5

The tool set covers the primary workflow: browse the taxonomy, search for manufacturers, get manufacturer details, and search products. A minor gap is the lack of a direct 'get_product' or a way to list products by manufacturer ID, but agents can work around this via keyword search.

Resources