You're viewing a demo portfolio

Join the waitlist
PRSM

aeo_apply

Active

Tool of io.aeotool/mcp

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.aeotool/mcp

1/7 registries
View full server →