File size: 428 Bytes
8b858dd
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
metadata = {
    "name": "geo-agent",
    "description": (
        "GEO (Generative Engine Optimisation) tool: evaluates brand/website visibility "
        "across LLMs using corpus, structure, quality, and hygiene scores, then returns "
        "a combined GEO score and recommendations."
    ),
    "input_type": "text",   # e.g., "https://example.com" or "Brand Name"
    "output_type": "json",
    "author": "Aryan Salge"
}