action jellyfin_get_endpoint_info { label: "Gets information about the request endpoint." provider: jellyfin method: GET path: "/System/Endpoint" encoding: json output: { type: "object" properties: { IsInNetwork: { type: "boolean" } IsLocal: { type: "boolean" } } additionalProperties: false } }