SigNoz · Capability
SigNoz — channels
SigNoz — channels. 7 operations. Lead operation: List notification channels. Self-contained Naftiko capability covering one Signoz business surface.
What You Can Do
GET
Listchannels
— List notification channels
/v1/api/v1/channels
POST
Createchannel
— Create notification channel
/v1/api/v1/channels
POST
Testchannel
— Test notification channel
/v1/api/v1/channels/test
DELETE
Deletechannelbyid
— Delete notification channel
/v1/api/v1/channels/{id}
GET
Getchannelbyid
— Get notification channel by ID
/v1/api/v1/channels/{id}
PUT
Updatechannelbyid
— Update notification channel
/v1/api/v1/channels/{id}
POST
Testchanneldeprecated
— Test notification channel (deprecated)
/v1/api/v1/testchannel
MCP Tools
list-notification-channels
List notification channels
read-only
idempotent
create-notification-channel
Create notification channel
test-notification-channel
Test notification channel
read-only
delete-notification-channel
Delete notification channel
idempotent
get-notification-channel-id
Get notification channel by ID
read-only
idempotent
update-notification-channel
Update notification channel
idempotent
test-notification-channel-deprecated
Test notification channel (deprecated)
read-only