| name | retrieve-user-information |
| description | This skill retrieves user information by fetching details using the `getUserByName` tool, enabling user-specific actions or updates based on their profile.
|
| allowed-tools | ["getUserByName"] |
When to use this skill
Use this skill when you need to obtain detailed information about a specific user in the pet store system. This is essential for performing user-specific actions or updates based on their profile.
Procedure
- Identify the username of the user whose information you want to retrieve.
- Call the
getUserByName tool with the identified username as a parameter.
- Process the returned user details for any necessary actions or updates.
- Utilize the retrieved information as needed for further operations or user interactions.