getUserWithPathParameters
Retrieve user details by specifying the user ID using the MCP YAML API's path parameter functionality, enabling integration without custom coding.
Instructions
Retrieve a user by ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | No |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [],
"type": "object"
}