get_entity
Retrieves an entity (user, project, task, or document) by its unique ID and type from the platform.
Instructions
Retrieve a specific entity by ID and type from the external platform
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | The unique identifier of the entity to retrieve | |
| entityType | Yes | The type of entity (e.g., 'user', 'project', 'task') |