action tisane_get_family_details { label: "Get family details" description: "Fetches and outputs metadata for a family from the Tisane language models." provider: tisane method: GET path: "/lm/family" encoding: json input: { type: "object" properties: { "Ocp-Apim-Subscription-Key": { type: "string" } id: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { definition: { type: "string" } description: { type: "string" } hypernyms: { type: "array" items: { type: "array" items: { type: "number" } } } permId: { type: "string" } requestId: { type: "string" } wikidata: { type: "string" } wordnet30: { type: "string" } } } }