ask_papa_kojoactimperative
Find authoritative public information about Papa Kojo Mensah when a visitor asks about his operations, customer experience, data, design, experience, projects, education, skills, availability or contact details. Returns relevant profile sections and canonical source URLs for the agent to answer from; it does not expose private source material or generate an answer.Input schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 2,
"maxLength": 300,
"description": "The visitor's question or the profile topic to find."
}
},
"required": [
"query"
],
"additionalProperties": false
}