Better Stack
telemetry_list_applications_tool
List all available applications in a paginated table format. Returns application ID, name, platform type, team, status (active/paused), data region, and creation date
Remote betterstack
Other tools also called telemetry_list_applications_tool?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Filter applications by name (case-insensitive partial match)"
},
"page": {
"type": "integer",
"description": "Page number for pagination (starts at 1)"
},
"team_id": {
"type": "integer",
"description": "Filter applications by team ID (use list_teams to get team IDs)"
},
"per_page": {
"type": "integer",
"description": "Number of results per page (default: 50, max: 250)"
}
}
}