You're viewing a demo portfolio

Join the waitlist
PRSM

aeo_generate

Active

Tool of io.aeotool/mcp

declared in 1.0.0

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
}

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 →