aeo_generate
ActiveTool of io.aeotool/mcp
Génère (sans appliquer) un artefact AEO, déterministe et gratuit. Types : jsonld, robots, llms, meta, faq (params faqs[]), ai-txt, humans-txt, security-txt, sitemap. jsonld/robots/llms/meta/faq sont applicables (cf. aeo_apply) ; ai-txt/humans-txt/security-txt/sitemap sont à publier par l’agence.
Parameters schema
{
"type": "object",
"required": [
"type",
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL ou domaine cible"
},
"faqs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"a": {
"type": "string"
},
"q": {
"type": "string"
}
}
},
"description": "faq : questions/réponses [{q,a}]"
},
"type": {
"enum": [
"jsonld",
"robots",
"llms",
"meta",
"faq",
"ai-txt",
"humans-txt",
"security-txt",
"sitemap"
],
"type": "string",
"description": "type d’artefact"
},
"paths": {
"type": "array",
"items": {
"type": "string"
},
"description": "sitemap : chemins à inclure (optionnel)"
},
"title": {
"type": "string",
"description": "meta : titre (optionnel)"
},
"contact": {
"type": "string",
"description": "security-txt/ai-txt : email de contact (optionnel)"
},
"language": {
"type": "string",
"description": "security-txt : langues préférées (optionnel)"
},
"description": {
"type": "string",
"description": "meta : description (optionnel)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.aeotool/mcp
1/7 registries