Better Stack
telemetry_get_source_fields_tool
Get complete field catalog for a logs or spans source. Returns a table of all queryable fields with their paths and data types. Essential for understanding what fields can be queried for building custom queries
Remote betterstack
Other tools also called telemetry_get_source_fields_tool?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "The ID of the source"
},
"source_type": {
"enum": [
"logs",
"spans"
],
"type": "string",
"description": "Type of source data to query (default: logs)"
}
}
}