Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOGFIRE_BASE_URL | No | The base URL of the Logfire API instance | https://logfire-api.pydantic.dev |
| LOGFIRE_READ_TOKEN | Yes | Your Logfire read token for accessing the Logfire APIs |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_exceptions_in_file | Get the details about the 10 most recent exceptions on the file. |
| arbitrary_query | Run an arbitrary query on the Pydantic Logfire database. |
| logfire_link | Creates a link to help the user to view the trace in the Logfire UI. |
| schema_reference | The database schema for the Logfire DataFusion database. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |