get_logfire_records_schema
Retrieve the schema of Logfire records to understand data structure for executing custom SQL queries and analyzing OpenTelemetry traces and metrics.
Instructions
Get the records schema from Logfire.
To perform the `arbitrary_query` tool, you can use the `schema://records` to understand the schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_logfire_records_schemaArguments",
"type": "object"
}