bugsnag_get_span_group

Get detailed performance metrics for a specific span group 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. - spanGroupId (string) *required*: ID of the span group - filters (...

SERVERSmartBear MCP SOURCESmartBear/smartbear-mcp
Low RISK CLASS
Category Read
Parameters 31 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/smartbear-mcp/bugsnag-get-span-group.md

What bugsnag_get_span_group does on SmartBear MCP

AI agents call bugsnag_get_span_group to retrieve information from SmartBear MCP without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
filters object Apply filters to narrow down the span group list. Use the List Trace Fields tool to discover available filter fields. Time filters support extended ISO 8601 for
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.
spanGroupId string Yes ID of the span group

Parameters from the server's own tool schema.

Why bugsnag_get_span_group is rated Low

This is a retrieval operation that queries performance metrics from BugSnag without any side effects. It follows the Read category pattern: fetches existing observability data based on identifiers and filters. No data is created, modified, deleted, or executed.

From the tool's definition Tool name contains 'get' and description states 'Get detailed performance metrics for a specific span group'. Parameters are for querying/filtering existing data (projectId, spanGroupId, filters) with no modification, deletion, or execution capabilities.

Questions about bugsnag_get_span_group

What does the bugsnag_get_span_group tool do? +

Get detailed performance metrics for a specific span group 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. - spanGroupId (string) *required*: ID of the span group - filters (record<string, array>): Apply filters to narrow down the span group list. Use the List Trace Fields tool to discover available filter fields. Time filters support extended ISO 8601 format (e.g. 2018-05-20T00:00:00Z) or relative format (e.g. 7d, 24h). (default: {"span.since":[{"type":"eq","value":"7d"}]}) Use Cases: 1. View detailed statistics (p50, p75, p90, p95, p99) for an operation 2. Check if performance targets are configured 3. Monitor span count to understand operation volume Examples: 1. Get details for an API endpoint span group json { "spanGroupId": "[HttpClient]GET-api.example.com" } Expected Output: Statistics, category, and performance target info 2. Get span group details with device filtering json { "spanGroupId": "[HttpClient]GET-api.example.com", "filters": { "device.browser_name": [ { "type": "eq", "value": "Chrome" } ] } } Expected Output: Statistics filtered for Chrome browser only Hints: 1. Use List Span Groups first to discover available span group IDs 2. IDs are automatically URL-encoded - provide the raw ID 3. Statistics include p50, p75, p90, p95, p99 percentiles. It is categorised as a Read tool in the SmartBear MCP MCP Server, which means it retrieves data without modifying state.

What parameters does bugsnag_get_span_group accept? +

bugsnag_get_span_group accepts 3 parameters: filters, projectId, spanGroupId. Required: spanGroupId. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on bugsnag_get_span_group? +

Register the SmartBear MCP server in PolicyLayer and add a rule for bugsnag_get_span_group: 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_get_span_group? +

bugsnag_get_span_group is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit bugsnag_get_span_group? +

Yes. Add a rate_limit block to the bugsnag_get_span_group 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_get_span_group completely? +

Set action: deny in the PolicyLayer policy for bugsnag_get_span_group. 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_get_span_group? +

bugsnag_get_span_group 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.