4 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
search_amicited, lookup_ai_search_term, get_amicited_pricing, start_ai_visibility_check{
name: "search_amicited",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}search_amicited, lookup_ai_search_term, get_amicited_pricing, start_ai_visibility_check<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_amicited" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "search_amicited",
"description": "Search amicited.com, a reference site about AI search visibility (GEO/AEO): how ChatGPT, Perplexity, Gemini, Claude, Copilot and Google AI Overviews choose and cite sources, plus glossary definitions, FAQs, how-to guides, product tutorials, original citation data and case studies. Returns matching page titles, descriptions and canonical URLs.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What to look for, e.g. 'how does Perplexity pick sources' or 'share of voice'."
},
"section": {
"type": "string",
"description": "Restrict results to one part of the site.",
"enum": [
"academy",
"author",
"blog",
"case-studies",
"data-reports",
"discussion",
"faq",
"features",
"glossary",
"how-to",
"reviews",
"seo-playbook",
"solutions"
]
},
"limit": {
"type": "integer",
"description": "Maximum number of results (1-20, default 5).",
"minimum": 1,
"maximum": 20
}
},
"required": [
"query"
]
},
"annotations": {}
}search_amicited, lookup_ai_search_term, get_amicited_pricing, start_ai_visibility_check{
name: "search_amicited",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));search_amicited, lookup_ai_search_term, get_amicited_pricing, start_ai_visibility_check<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="search_amicited" tooldescription="...">
<!-- the same action, as UI -->
</form>