{
    "schema_version": "2025-11-05",
    "name": "▷ WIKIWEB | Información sobre WEB y CIENCIA",
    "description": "Revista de noticias sobre Marketing Digital, Web y Tecnología. ☑ Últimas noticias, novedades tecnológicas en INTERNET y CIENCIA.",
    "url": "https://wikiweb.tech/",
    "language": "es",
    "contact": {
        "url": "https://wikiweb.tech/contacto/"
    },
    "tools": [
        {
            "name": "search_content",
            "description": "Busca artículos en ▷ WIKIWEB | Información sobre WEB y CIENCIA por palabras clave.",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string",
                        "description": "Términos de búsqueda"
                    },
                    "limit": {
                        "type": "integer",
                        "description": "Nº de resultados (máx 10)",
                        "default": 5
                    }
                },
                "required": [
                    "query"
                ]
            },
            "endpoint": {
                "method": "GET",
                "url": "https://wikiweb.tech/?s={query}&posts_per_page={limit}"
            }
        },
        {
            "name": "get_article",
            "description": "Obtiene el contenido completo de un artículo por su URL.",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "url": {
                        "type": "string",
                        "format": "uri",
                        "description": "URL del artículo"
                    }
                },
                "required": [
                    "url"
                ]
            },
            "endpoint": {
                "method": "GET",
                "url": "{url}",
                "hint": "Parse article body from main content area"
            }
        },
        {
            "name": "list_by_category",
            "description": "Lista artículos recientes de una categoría.",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "category": {
                        "type": "string",
                        "description": "Slug de categoría",
                        "enum": [
                            "actualidad-y-novedades",
                            "agencias-de-marketing-digital",
                            "branding",
                            "ciencia",
                            "dispositivos",
                            "imagen-y-sonido",
                            "internet",
                            "marketing-digital",
                            "noticias",
                            "redes-sociales",
                            "posicionamiento-web",
                            "desarrollo-web",
                            "web-y-tecnologia"
                        ]
                    },
                    "limit": {
                        "type": "integer",
                        "default": 10,
                        "maximum": 20
                    }
                },
                "required": [
                    "category"
                ]
            },
            "endpoint": {
                "method": "GET",
                "url": "https://wikiweb.tech/categoria/{category}/"
            }
        },
        {
            "name": "get_site_info",
            "description": "Devuelve metadatos del sitio: nombre, descripción, categorías disponibles, URL de llms.txt.",
            "inputSchema": {
                "type": "object",
                "properties": []
            },
            "output": {
                "name": "▷ WIKIWEB | Información sobre WEB y CIENCIA",
                "description": "Revista de noticias sobre Marketing Digital, Web y Tecnología. ☑ Últimas noticias, novedades tecnológicas en INTERNET y CIENCIA.",
                "url": "https://wikiweb.tech/",
                "language": "es",
                "categories": [
                    {
                        "name": "Actualidad y novedades",
                        "slug": "actualidad-y-novedades",
                        "count": 58
                    },
                    {
                        "name": "Agencias de Marketing Digital",
                        "slug": "agencias-de-marketing-digital",
                        "count": 11
                    },
                    {
                        "name": "Branding",
                        "slug": "branding",
                        "count": 9
                    },
                    {
                        "name": "Ciencia",
                        "slug": "ciencia",
                        "count": 1
                    },
                    {
                        "name": "Dispositivos",
                        "slug": "dispositivos",
                        "count": 5
                    },
                    {
                        "name": "Imagen y sonido",
                        "slug": "imagen-y-sonido",
                        "count": 4
                    },
                    {
                        "name": "Internet",
                        "slug": "internet",
                        "count": 2
                    },
                    {
                        "name": "Marketing Digital",
                        "slug": "marketing-digital",
                        "count": 20
                    },
                    {
                        "name": "Noticias",
                        "slug": "noticias",
                        "count": 3527
                    },
                    {
                        "name": "Redes Sociales",
                        "slug": "redes-sociales",
                        "count": 8
                    },
                    {
                        "name": "SEO",
                        "slug": "posicionamiento-web",
                        "count": 14
                    },
                    {
                        "name": "Web",
                        "slug": "desarrollo-web",
                        "count": 38
                    },
                    {
                        "name": "Web y Tecnología",
                        "slug": "web-y-tecnologia",
                        "count": 255
                    }
                ],
                "llms_txt": "https://wikiweb.tech/llms.txt",
                "llms_full": "https://wikiweb.tech/llms-full.txt"
            }
        }
    ],
    "resources": [
        {
            "name": "llms.txt",
            "url": "https://wikiweb.tech/llms.txt",
            "description": "Índice resumido del sitio para LLMs"
        },
        {
            "name": "llms-full.txt",
            "url": "https://wikiweb.tech/llms-full.txt",
            "description": "Contenido completo del sitio para LLMs"
        }
    ],
    "permissions": {
        "read": true,
        "write": false,
        "commerce": false
    },
    "crawl_policy": {
        "allow_training": false,
        "allow_indexing": true,
        "attribution": "Cita requerida: \"▷ WIKIWEB | Información sobre WEB y CIENCIA (https://wikiweb.tech/)\""
    }
}