Create CompanyTool to create a new company record in the Specific platform.
Create ConversationTool to create a new conversation (survey response) in the Specific platform.
Create or Update CompanyTool to upsert a company record in the Specific platform (create if not exists, update if exists).
Create Or Update UserTool to upsert a user record in the Specific platform (creates if not exists, updates if exists).
Create UserTool to create a new user (contact) record in the Specific platform.
Delete CompanyTool to delete a company record from the Specific platform.
Delete Company AttributesTool to delete specific custom field attributes from a company record.
Delete UserTool to remove a user record from the Specific platform.
Delete User AttributesTool to delete specific custom field attributes from a user record in the Specific platform.
Get My WorkspaceTool to get current workspace information for the authenticated user.
List CompaniesTool to query company records from the Specific platform via GraphQL.
List ConversationsTool to query conversation records (survey responses) from the Specific platform via GraphQL.
List Custom FieldsTool to query custom field definitions in the Specific platform.
List SourcesTool to retrieve all data sources from the Specific platform.
List SurveysTool to retrieve multiple survey records from the Specific platform via GraphQL.
List UsersTool to query user accounts from the Specific platform via GraphQL.
Update CompanyTool to update an existing company record in the Specific platform.
Update UserTool to modify an existing user record in the Specific platform via GraphQL mutation.