bugsnag_set_network_endpoint_groupings

Set the network endpoint grouping rules for a project Parameters: - projectId (string): Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools. - endpoints (array) *required*: Array of URL patterns by which network s...

SERVERSmartBear MCP SOURCESmartBear/smartbear-mcp
Medium RISK CLASS
Category Write
Parameters 21 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/smartbear-mcp/bugsnag-set-network-endpoint-groupings.md

What bugsnag_set_network_endpoint_groupings does on SmartBear MCP

AI agents use bugsnag_set_network_endpoint_groupings to create or update resources in SmartBear MCP, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your SmartBear MCP environment.

ParameterTypeRequiredDescription
endpoints array Yes Array of URL patterns by which network spans are grouped. Endpoints follow OpenAPI path templating syntax (https://swagger.io/specification/#path-templating) wh
projectId string Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools.

Parameters from the server's own tool schema.

Why bugsnag_set_network_endpoint_groupings is rated Medium

This tool creates or modifies configuration data (network endpoint grouping rules) for a BugSnag project, which is reversible (rules can be changed again). It does not delete data, execute arbitrary code, or trigger financial transactions.

From the tool's definition Tool name and description indicate 'Set the network endpoint grouping rules for a project' — this modifies project configuration settings.

Questions about bugsnag_set_network_endpoint_groupings

What does the bugsnag_set_network_endpoint_groupings tool do? +

Set the network endpoint grouping rules for a project Parameters: - projectId (string): Unique identifier of the project. This is optional if a current project is set and is used to set the current project for BugSnag tools. - endpoints (array) *required*: Array of URL patterns by which network spans are grouped. Endpoints follow OpenAPI path templating syntax (https://swagger.io/specification/#path-templating) where path parameters use curly braces (e.g., /users/{id}). If you encounter colon-prefixed parameters (e.g., :userId from Express/React Router), convert them to curly braces (e.g., {userId}). Wildcards (*) can be used in domains (e.g., https://*.example.com) to match multiple subdomains. Use Cases: 1. Consolidate similar API endpoints into single span groups 2. Group dynamic URLs using path parameters (e.g., /api/users/{userId} groups /api/users/123, /api/users/456) 3. Match multiple subdomains using wildcards (e.g., https://*.example.com groups api.example.com, cdn.example.com) 4. Simplify performance monitoring by reducing span group clutter Examples: 1. Group API endpoints with path parameters json { "endpoints": [ "/api/users/{userId}", "/api/products/{productId}", "/api/orders/{orderId}/items/{itemId}" ] } Expected Output: Success response confirming the update 2. Group endpoints with domain wildcards and path parameters json { "endpoints": [ "https://*.example.com/api/v1/{resourceId}", "https://api.example.com/v2/users/{userId}", "/graphql" ] } Expected Output: Success response confirming the update 3. Convert colon-prefixed parameters to curly braces (e.g., from Express/React Router) json { "endpoints": [ "/{organizationSlug}/{projectSlug}/performance/view-load", "/api/{version}/items/{itemId}" ] } Expected Output: Success response confirming the update Hints: 1. Use Get Network Grouping first to see current patterns 2. Use OpenAPI path templating with curly braces for path parameters: /users/{userId}, /orders/{orderId}/items/{itemId} 3. Convert colon-prefixed parameters to curly braces: :organizationSlug becomes {organizationSlug}, :projectSlug becomes {projectSlug} 4. Wildcards (*) can be used in domains to match subdomains: https://*.example.com/api 5. This replaces all existing patterns - include all patterns you want to keep 6. Well-designed patterns reduce noise in performance monitoring. It is categorised as a Write tool in the SmartBear MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does bugsnag_set_network_endpoint_groupings accept? +

bugsnag_set_network_endpoint_groupings accepts 2 parameters: endpoints, projectId. Required: endpoints. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on bugsnag_set_network_endpoint_groupings? +

Register the SmartBear MCP server in PolicyLayer and add a rule for bugsnag_set_network_endpoint_groupings: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches SmartBear MCP. Nothing to install.

What risk level is bugsnag_set_network_endpoint_groupings? +

bugsnag_set_network_endpoint_groupings is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit bugsnag_set_network_endpoint_groupings? +

Yes. Add a rate_limit block to the bugsnag_set_network_endpoint_groupings rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block bugsnag_set_network_endpoint_groupings completely? +

Set action: deny in the PolicyLayer policy for bugsnag_set_network_endpoint_groupings. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides bugsnag_set_network_endpoint_groupings? +

bugsnag_set_network_endpoint_groupings is provided by the SmartBear MCP server (SmartBear/smartbear-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on SmartBear, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of SmartBear's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.