action jellyfin_get_dashboard_configuration_page { label: "Gets a dashboard configuration page." provider: jellyfin method: GET path: "/web/ConfigurationPage" encoding: json input: { type: "object" properties: { name: { type: "string" description: "The name of the page." } } additionalProperties: false } output: { type: "object" additionalProperties: true } }