Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get a Persona inquiry by ID
| Field | Value |
|---|---|
| Name | persona__get_inquiry |
| Group | Integrations |
{
"type": "object",
"properties": {
"inquiryId": {
"type": "string",
"description": "Persona inquiry ID"
}
},
"required": [
"inquiryId"
],
"description": "Input schema for the persona__get_inquiry tool."
}