arbitrary_query
Run custom SQL queries to analyze telemetry data from Logfire, with a configurable time window.
Instructions
Run an arbitrary query on the Pydantic Logfire database.
The SQL reference is available via the `sql_reference` tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The query to run, as a SQL string. | |
| age | Yes | Number of minutes to look back, e.g. 30 for last 30 minutes. Maximum allowed value is 30 days. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |