Organisations-Infos abrufen

Ruft Organisationsdetails für die Organisation des authentifizierten Benutzers ab.

Tool Name

get_organization_info

Beschreibung

Das get_organization_info Tool gibt umfassende Informationen über die Organisation zurück, der der aktuelle Benutzer angehört. Dies umfasst Basis-Informationen, Firmendaten, Kontaktdaten, Adresse sowie die Rolle des Benutzers in der Organisation.

Parameter

ParameterTypRequiredBeschreibung
(keine)--Dieses Tool benötigt keine Parameter

Beispiel Request

{ "jsonrpc": "2.0", "method": "tools/call", "params": { "name": "get_organization_info", "arguments": {} }, "id": 1 }

Beispiel Response

{ "jsonrpc": "2.0", "result": { "content": [ { "type": "text", "text": "{\"id\":\"org_abc123\",\"name\":\"Meine Firma\",\"slug\":\"meine-firma\",\"description\":\"Eine Beschreibung der Organisation\",\"logo\":\"https://example.com/logo.png\",\"banner\":\"https://example.com/banner.png\",\"websiteUrl\":\"https://meine-firma.de\",\"displayName\":\"Meine Firma GmbH\",\"industry\":\"technology\",\"companySize\":\"medium\",\"contactEmail\":\"info@meine-firma.de\",\"contactPhone\":\"+49 123 456789\",\"supportEmail\":\"support@meine-firma.de\",\"billingEmail\":\"billing@meine-firma.de\",\"addressStreet\":\"Hauptstraße 1\",\"addressCity\":\"Berlin\",\"addressPostalCode\":\"10115\",\"addressState\":\"Berlin\",\"addressCountry\":\"DE\",\"userRole\":\"admin\",\"createdAt\":\"2026-01-15T10:00:00Z\",\"updatedAt\":\"2026-02-10T14:30:00Z\"}" } ] }, "id": 1 }

Rückgabewerte

Basis-Informationen

FeldTypBeschreibung
idstringEindeutige Organisations-ID
namestringAnzeigename der Organisation
slugstringURL-freundlicher Bezeichner
descriptionstring | nullOptionale Beschreibung
websiteUrlstring | nullWebsite-URL der Organisation
logostring | nullURL zum Organisationslogo
bannerstring | nullURL zum Organisationsbanner

Firmendaten

FeldTypBeschreibung
displayNamestring | nullAnzeigename für öffentliche Seiten
industrystring | nullBranche (z.B. technology, finance)
companySizestring | nullUnternehmensgröße (startup, small, medium, large, enterprise)

Kontaktdaten

FeldTypBeschreibung
contactEmailstring | nullAllgemeine Kontakt-E-Mail
contactPhonestring | nullTelefonnummer
supportEmailstring | nullSupport-E-Mail
billingEmailstring | nullRechnungs-E-Mail

Adresse

FeldTypBeschreibung
addressStreetstring | nullStraße und Hausnummer
addressCitystring | nullStadt
addressPostalCodestring | nullPostleitzahl
addressStatestring | nullBundesland/Region
addressCountrystring | nullLand (ISO-Code, z.B. DE)

Metadaten

FeldTypBeschreibung
userRolestringRolle des Benutzers: owner, admin, member
createdAtstringISO 8601 Erstellungsdatum
updatedAtstringISO 8601 Aktualisierungsdatum

Fehler

CodeBedeutung
-32003Nicht authentifiziert
-32004Benutzer ist kein Mitglied einer Organisation

Verwandte Tools