{"id":"google_knowledge_graph","name":"Google Knowledge Graph","alias":"GoogleKnowledgeGraph","aliases":[],"description_short":"Search Google Knowledge Graph for entities about people, places, and things.","description_long":"Search the Google Knowledge Graph to find information about millions of real-world entities and their relationships, like people, places, organizations, and things.","description_tool_prompt":"\n    Search the Google Knowledge Graph to find information about real-world entities like people, places, organizations,\n    and things. The Knowledge Graph contains millions of entries that describe entities and their relationships.\n\n    This agent can help you:\n    - Find information about celebrities, historical figures, and public figures\n    - Get details about places, landmarks, and locations\n    - Discover information about organizations, companies, and institutions\n    - Learn about books, movies, music, and other cultural entities\n    - Find factual information about various topics and subjects\n    ","source":null,"conversation_examples":["What is the entity for the term: The Very Hungry Caterpillar?","What is the entity for the term: Taylor Swift?"],"tags":["google"],"available_in_chat":true,"available_in_deepthink":true,"available_in_mcp":true,"mcp_audience":"all","config":{"type":"object","properties":{"limit":{"default":10,"description":"Maximum number of entities to return (1-50)","maximum":50,"minimum":1,"title":"Result limit","type":"integer"},"types":{"description":"Filter results by entity types (e.g., Person, Place, Organization)","items":{"type":"string"},"title":"Entity Types","type":"array"},"languages":{"description":"Filter results by language codes (e.g., en, fr, es)","items":{"pattern":"^[a-z]{2}$","type":"string"},"title":"Languages","type":"array"}},"required":[]},"item":{"type":"object","properties":{"query":{"description":"The entity or topic to search for in the Knowledge Graph","minLength":1,"title":"Query","type":"string"}},"required":["query"]},"response":{"$defs":{"Entity":{"properties":{"name":{"title":"Name","type":"string"},"description":{"default":"","title":"Description","type":"string"},"types":{"items":{"type":"string"},"title":"Types","type":"array"},"result_score":{"default":0.0,"title":"Result Score","type":"number"},"url":{"default":"","title":"Url","type":"string"},"image":{"default":"","title":"Image","type":"string"},"detailed_description":{"default":"","title":"Detailed Description","type":"string"},"detailed_description_url":{"default":"","title":"Detailed Description Url","type":"string"}},"required":["name"],"title":"Entity","type":"object"}},"properties":{"query":{"description":"The search query that was executed","title":"Query","type":"string"},"entities":{"description":"List of found entities with their information","items":{"$ref":"#/$defs/Entity"},"title":"Entities","type":"array"},"total_count":{"description":"Total number of entities found","title":"Total Count","type":"integer"}},"required":["query","entities","total_count"],"title":"GoogleKnowledgeGraphProcessedItem","type":"object"},"has_canvas":false,"open_canvas_automatically":false}