LogicMonitor
nocrash_get_brief
Get the latest daily brief — the most recently generated plain-language summary of what happened overnight across your watched items. Read-only; never triggers fresh AI generation.
Remote nocrash/monitor
Remote (network-hosted)
Other tools also called nocrash_get_brief?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"format": {
"enum": [
"plain",
"structured"
],
"type": "string",
"description": "Response format. Default: plain. Both formats return the same content in V1; structured format will include machine-parseable sections in a future release."
},
"brief_type": {
"enum": [
"morning",
"evening"
],
"type": "string",
"description": "Type of brief. Default: morning."
}
}
}