aeo_apply
ActiveTool of io.aeotool/mcp
APPLIQUE la sélection d’améliorations niveau 1 (jsonld/robots/llms/meta) sur un site connecté : génère + archive les correctifs et bump le bundle → le plugin les injecte au prochain sync. Optionnel : faqs[] (ajoute un FAQPage au JSON-LD), title/description (meta). Le site doit être connecté (aeo_list_sites).
Parameters schema
{
"type": "object",
"required": [
"domain",
"improvement_ids"
],
"properties": {
"faqs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"a": {
"type": "string"
},
"q": {
"type": "string"
}
}
},
"description": "optionnel : Q&A pour le FAQPage (jsonld)"
},
"title": {
"type": "string",
"description": "optionnel : titre meta/OG"
},
"domain": {
"type": "string",
"description": "domaine du site connecté"
},
"description": {
"type": "string",
"description": "optionnel : description meta/OG"
},
"improvement_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "ids des améliorations (cf. aeo_improvements.autoApplicableIds)"
}
},
"additionalProperties": false
}Parent server
io.aeotool/mcp
1/7 registries