action pocketsmith_get_users_id_labels { label: "List labels in user" description: "Lists labels belonging to a user by their ID." provider: pocketsmith method: GET path: "/users/{id}/labels" encoding: json output: { type: "array" items: { type: "string" } } }