Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_entity | Get detailed information about a specific entity (person or organization) from LittleSis by ID |
| get_entities | Get information about multiple entities at once (up to 300 entities per request) |
| search_entities | Search for entities by name. Results are ranked by number of relationships. |
| get_entity_extensions | Get the types/extensions associated with an entity (Person, Organization, Business, etc.) |
| get_entity_relationships | Get all relationships this entity has with other entities |
| get_entity_connections | Get other entities that this entity has relationships with |
| get_entity_lists | Get the lists that an entity appears on (e.g., Fortune 1000, lobbying lists) |
| get_relationship | Get detailed information about a specific relationship between two entities |