Get My Companies
company_get_my_companiesLists the companies the SIGNED-IN user already belongs to, each with their role, plus that account itself in signed_in_as. Requires authentication. Call this only when the user asks about or wants to act on an EXISTING company. Do NOT call it to start a new formation (use formation_start_formation, which is anonymous) — it is not a required preamble. ALWAYS name the signed_in_as account when you show the list, and especially when the user cannot find a company they expect: you and the person reading your answer may be signed in as different users, and then your list and the one on their screen will not match. Naming the account turns that from a mystery into one sentence. A company they expect but do not see belongs to another account or they were never added as a member — never guess a company_id. To work on a different company from this list, simply pass its company_id to the next tool call: the connection is not tied to one company and the user does NOT have to disconnect and reconnect. Say which company you acted on whenever it is not the one they last mentioned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | ||
| pageToken | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companies | No | ||
| signedInAs | No | ||
| totalCount | No | ||
| nextPageToken | No |