Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XBY_APIKEY | Yes | 你的实际apikey (Your actual API key) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_services | Search for Berlin administrative services by name or description. Returns a list of matching services with basic information. |
| get_service_details | Get detailed information about a specific Berlin service by its ID. Returns comprehensive information including requirements, forms, fees, appointments, and more. |
| list_services | List all available Berlin administrative services. Returns a paginated list of services with their names and IDs. |
| get_services_stats | Get statistics about the Berlin services dataset (total count, last update, etc.) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |