Mezmo

Mezmo provides a comprehensive platform for log management and telemetry data processing, enabling organizations to collect, analyze, and manage their log data efficiently.

36 actions Integration catalog
Request access
Connect Mezmo once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create CategoryMEZMO_CREATE_CATEGORY
Tool to create a new category for views, boards, or screens in Mezmo. Use when organizing Mezmo resources into categories.
Create Ingestion Exclusion RuleMEZMO_CREATE_INGESTION_EXCLUSION
Tool to create an exclusion rule for log ingestion to control costs. Use this when you need to prevent specific logs from being ingested or stored based on query patterns. Exclusion rules help reduce ingestion costs by filtering out debug logs, test environment logs, or other non-essential log data.
Create API KeyMEZMO_CREATE_KEY
Tool to create a new API key (ingestion or service key) in Mezmo. The API auto-generates a unique name for the key. Use when you need to provision a new key for log ingestion or API access.
Create Member InvitationMEZMO_CREATE_MEMBER
Tool to invite a new member to the Mezmo organization with a specified role. Use this to send invitations to team members and optionally assign them to specific groups.
Create Preset AlertMEZMO_CREATE_PRESET_ALERT
Tool to create a new preset alert in Mezmo with specified name and notification channels. Use this to configure alerts that can be triggered based on log conditions. Supports email, PagerDuty, and webhook notification channels.
Create ViewMEZMO_CREATE_VIEW
Tool to create a new Mezmo view with filtering and alert configuration. Use when you need to set up custom log views with specific filters (query, hosts, apps, levels, tags) and optional alert channels (email, PagerDuty, webhook). At least one filter parameter must be provided in addition to the view name.
Delete CategoryMEZMO_DELETE_CATEGORY
Tool to delete a category by its type and ID. Use when you need to remove a view, board, or screen category from Mezmo configuration.
Delete Ingestion ExclusionMEZMO_DELETE_INGESTION_EXCLUSION
Tool to remove an ingestion exclusion rule by its ID. Use when you need to delete a specific exclusion rule from Mezmo's ingestion configuration.
Delete API KeyMEZMO_DELETE_KEY
Tool to delete an API key by its unique identifier. Use when you need to remove an ingestion key from Mezmo to revoke access.
Delete Organization MemberMEZMO_DELETE_MEMBER
Tool to remove a member from the organization by their email address. Use when you need to revoke a user's access to the organization.
Delete Pipeline AlertMEZMO_DELETE_PIPELINE_ALERT
Tool to delete an alert for a specific component within a pipeline. Use after confirming pipeline ID, component kind, component ID, and alert ID.
Delete Preset AlertMEZMO_DELETE_PRESET_ALERT
Tool to delete a preset alert by its ID. Use after confirming the preset alert ID exists.
Delete ViewMEZMO_DELETE_VIEW
Tool to delete a view by its ID. Use when you need to remove a specific view from Mezmo.
Get Preset AlertMEZMO_GET_ALERT
Tool to retrieve details of a specific preset alert by its ID. Use when you need to view the configuration of an existing alert.
Get CategoryMEZMO_GET_CATEGORY
Tool to retrieve a category configuration by its type and ID. Use when you need to fetch details about a specific Mezmo category (view, board, or screen).
Get Index Rate Alert ConfigurationMEZMO_GET_INDEX_RATE_ALERT
Tool to retrieve current index rate alert settings for the Mezmo account. Use this to check if index rate alerting is enabled and view configured thresholds and notification channels.
Get Ingestion Exclusion RuleMEZMO_GET_INGESTION_EXCLUSION
Tool to retrieve an ingestion exclusion rule by its ID. Use when you need to fetch details of a specific exclusion rule.
Get Ingestion StatusMEZMO_GET_INGESTION_STATUS
Tool to get the current ingestion status for the Mezmo account. Use when you need to check whether log ingestion is currently active or paused.
Get API KeyMEZMO_GET_KEY
Tool to retrieve an API key configuration by its ID. Use when you need to fetch details about a specific Mezmo API key.
Get MemberMEZMO_GET_MEMBER
Tool to retrieve member information by their ID. Use when you need to fetch details about a specific member in your Mezmo account.
Get Stream ConfigurationMEZMO_GET_STREAM_CONFIG
Tool to retrieve the current event streaming configuration for the Mezmo account. Use when you need to check if streaming is enabled and get streaming settings. Returns error details if streaming is unavailable on the account/plan.
Get View DetailsMEZMO_GET_VIEW
Tool to retrieve details of a specific view by its ID. Use when you need to fetch view configuration including name, query, filters, and other attributes.
Ingest Logs to MezmoMEZMO_INGEST_LOGS
Ingest log lines into Mezmo Log Analysis. Use this tool to send structured log data from hosts, applications, or services to Mezmo for centralized logging, analysis, and alerting. Logs are sent to the Mezmo ingestion endpoint and will appear in the Mezmo dashboard.
List Preset AlertsMEZMO_LIST_ALERTS
Tool to list all preset alerts configured for the Mezmo account. Use when you need to retrieve notification rules that trigger based on log patterns. Returns preset alert configurations including their channels (email, PagerDuty, webhook).
List API KeysMEZMO_LIST_KEYS
Tool to list all API keys and ingestion keys configured for the account. Use when you need to retrieve all keys for viewing or management purposes.
List MembersMEZMO_LIST_MEMBERS
Tool to list all team members in the Mezmo account configuration. Use when you need to retrieve information about all members in the organization.
List Telemetry PipelinesMEZMO_LIST_PIPELINES
Tool to list all telemetry pipelines configured for the account. Use when you need to view or retrieve information about existing pipelines that manage the flow and transformation of telemetry data.
List ViewsMEZMO_LIST_VIEWS
Tool to list all views configured for the account. Views are saved search queries and filters for quick access to specific log data.
Resume Log IngestionMEZMO_RESUME_INGESTION
Tool to resume log ingestion for the account after it has been stopped. Use when you need to re-enable log collection after a pause.
Update CategoryMEZMO_UPDATE_CATEGORY
Tool to update a category name by its type and ID. Use when you need to rename an existing category in Mezmo.
Update Index Rate Alert ConfigurationMEZMO_UPDATE_INDEX_RATE_ALERT
Tool to configure index rate alerting settings including thresholds and notification channels. Use this when you need to set up or modify alerts for unusual log ingestion rates based on absolute line counts or statistical deviations.
Update Ingestion Exclusion RuleMEZMO_UPDATE_INGESTION_EXCLUSION
Tool to update an existing exclusion rule by its ID. Use when you need to modify the query, active status, indexonly behavior, or title of an existing exclusion rule. At least one field (query, active, indexonly, or title) must be provided for update.
Update API KeyMEZMO_UPDATE_KEY
Tool to update an API key name by its ID. Use when you need to rename an existing Mezmo API key.
Update Member Role and GroupsMEZMO_UPDATE_MEMBER
Tool to update a member's role and group assignments by their email address. Use when you need to change a member's permissions or group memberships.
Update Preset AlertMEZMO_UPDATE_PRESET_ALERT
Tool to update an existing preset alert by ID. Allows modifying the alert's name and notification channels. Use when you need to change alert configuration after creation. Requires full resource representation with both name and channels.
Update Mezmo ViewMEZMO_UPDATE_VIEW
Tool to update an existing Mezmo view by its ID. Use when you need to modify a view's name or search query.