{"name": "Factlia Business Registry", "description": "Read-only access to the Factlia business profile registry \u2014 880K+ structured business profiles.", "url": "https://factlia.com", "api_base": "https://factlia.com/api/factlia/agent", "powered_by": "Claude Haiku 4.5", "docs": "https://factlia.com/co", "tools": [{"name": "business_lookup", "description": "Look up a business by slug or exact name. Returns structured NAP data, hours, and a markdown URL.", "method": "GET", "path": "/lookup", "parameters": {"type": "object", "properties": {"slug": {"type": "string", "description": "URL slug (e.g. 'acme-plumbing-birmingham')"}, "name": {"type": "string", "description": "Exact business name"}}}}, {"name": "profile_search", "description": "Search businesses by name keyword, industry, or city. Returns up to 50 matches.", "method": "GET", "path": "/search", "parameters": {"type": "object", "properties": {"q": {"type": "string", "description": "Name keyword search"}, "industry": {"type": "string", "description": "Industry filter (e.g. 'plumbing')"}, "city": {"type": "string", "description": "City filter"}, "limit": {"type": "integer", "description": "Max results (1-50, default 10)"}}}}, {"name": "business_qa", "description": "Ask a natural language question about a specific business. Answered by Claude Haiku from the business profile.", "method": "POST", "path": "/qa", "parameters": {"type": "object", "properties": {"slug": {"type": "string", "description": "Business slug"}, "question": {"type": "string", "description": "Question to answer (max 500 chars)"}}, "required": ["slug", "question"]}}]}