{"server":{"name":"above-below-website","version":"0.1.0","title":"Above Below Website"},"tools":[{"name":"get_site_overview","title":"Get site overview","description":"Get the public overview of above below: name, tagline, description, contact email, and the four GTM pillars.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"list_pillars","title":"List GTM pillars","description":"List the four above below go-to-market pillars (Be Found, Be Understood, Be First, Be Chosen) with their summaries and deliverables.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_pillar","title":"Get a GTM pillar","description":"Get one above below GTM pillar in detail by slug or name, including its summary and deliverables.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"pillar":{"type":"string","description":"Pillar slug or name, e.g. 'be-found' or 'Be Chosen'."}},"required":["pillar"]},"outputSchema":null},{"name":"run_clarity_pulse","title":"Run our free Be Found mini-audit","description":"Score a brand against the seven signals that decide whether AI answer engines can find and cite it. Answer each signal 'yes', 'partial', or 'no'. Returns a 0-100 score, a tier, and the weakest signals to address first. This is a short, free sample of the Clarity Audit, and directional only. It is not the paid Clarity Audit.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"structured_data":{"type":"string","enum":["yes","partial","no"],"description":"Structured data is deployed across your primary pages."},"entity":{"type":"string","enum":["yes","partial","no"],"description":"Your brand is a clearly defined entity across the open web."},"authors":{"type":"string","enum":["yes","partial","no"],"description":"Named human authors and experts sit behind your content."},"citations":{"type":"string","enum":["yes","partial","no"],"description":"Third-party publications cite your brand in the last 12 months."},"answers":{"type":"string","enum":["yes","partial","no"],"description":"Your pages directly answer the questions your customers ask."},"freshness":{"type":"string","enum":["yes","partial","no"],"description":"Priority pages are refreshed on a documented cadence."},"llms_txt":{"type":"string","enum":["yes","partial","no"],"description":"You publish an llms.txt or equivalent machine-readable index."}},"required":["structured_data","entity","authors","citations","answers","freshness","llms_txt"]},"outputSchema":null},{"name":"check_ai_visibility","title":"Check a site's AI visibility signals","description":"Fetch a public website and report which machine-readability signals are present: structured data, an llms.txt index, canonical and description metadata, named authors, and an MCP endpoint. Observational only — it reports what is published, not how any answer engine ranks it.","annotations":{"readOnlyHint":true,"idempotentHint":false,"openWorldHint":true},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"domain":{"type":"string","description":"A public domain or URL, e.g. 'example.com' or 'https://example.com'."}},"required":["domain"]},"outputSchema":null}]}