add_organization_member
Add a person to an organization using their ID or email. Returns whether the person was newly added or already a member.
Instructions
Link a person as a member of an organization. The person appears under the org's Members tab in Huly. Use person ID or email to identify the person. Idempotent: returns added=false if that person is already a member.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | a string that will be trimmed | |
| personIdentifier | Yes | a string that will be trimmed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |