get_my_own_details
Retrieve authenticated user profile details from Webex MCP Server, including optional Webex Calling data, to streamline user information access.
Instructions
Get profile details for the authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callingData | No | Include Webex Calling user details in the response. |
Input Schema (JSON Schema)
{
"properties": {
"callingData": {
"description": "Include Webex Calling user details in the response.",
"type": "boolean"
}
},
"required": [],
"type": "object"
}