Skip to main content
Glama

HomeAssistant MCP

test-ref-schema.cjs567 B
const schema = { "type": "object", "properties": { "condition": { "type": "array", "items": { "type": "object", "properties": { "conditions": { "type": "array", "items": { "$ref": "#/properties/config/properties/condition/items" } } } } } } }; // Check if there are unresolved refs const hasUnresolvedRefs = JSON.stringify(schema).includes('$ref'); console.log('Has $ref:', hasUnresolvedRefs); console.log(JSON.stringify(schema, null, 2));

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jango-blockchained/advanced-homeassistant-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server