search_entities
Search the Geo knowledge graph using full-text queries to retrieve matching entities and their basic metadata.
Instructions
Full-text search for entities in the Geo knowledge graph. Returns matching entities with basic metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| first | No | Max results to return (default 20) | |
| query | Yes | Search query string | |
| offset | No | Offset for pagination (default 0) | |
| spaceId | No | Filter to a specific space (dashless hex ID) | |
| typeIds | No | Client-side filter: only return entities matching these type IDs |