action thetvdb_get_user { label: "get_user" description: "Returns basic information about the currently authenticated user." provider: thetvdb method: GET path: "/user" encoding: json output: { type: "object" additionalProperties: true } }