get_entity
Retrieve detailed information about a person or organization using its unique ID from the LittleSis database to track corporate influence and accountability.
Instructions
Get detailed information about a specific entity (person or organization) from LittleSis by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The unique numerical ID of the entity in LittleSis database |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The unique numerical ID of the entity in LittleSis database",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}