SmartBear MCP server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QTM4J_API_KEY | No | QTM4J API Key | |
| QMETRY_API_KEY | No | QMetry Open API Key | |
| QTM4J_BASE_URL | No | US region (default): https://qtmcloud.qmetry.com. Australia region: https://syd-qtmcloud.qmetry.com. | https://qtmcloud.qmetry.com |
| BEARQ_API_TOKEN | No | BearQ workspace API token - leave blank to disable BearQ tools | |
| QMETRY_BASE_URL | No | By default, connects to https://testmanagement.qmetry.com. Change to a custom QMetry server URL or a region-specific endpoint if needed. | https://testmanagement.qmetry.com |
| SWAGGER_API_KEY | No | Swagger API Key - leave blank to disable Swagger tools | |
| ZEPHYR_BASE_URL | No | Zephyr API base URL. By default, connects to https://api.zephyrscale.smartbear.com/v2. Change to region-specific endpoint if needed. | https://api.zephyrscale.smartbear.com/v2 |
| ZEPHYR_API_TOKEN | No | Zephyr API token - leave blank to disable Zephyr tools | |
| PACT_BROKER_TOKEN | No | PactFlow Authentication Token | |
| REFLECT_API_TOKEN | No | Reflect API Token - leave blank to disable Reflect tools | |
| BEARQ_API_BASE_URL | No | BearQ API base URL - leave blank to use the default (https://api.bearq.smartbear.com) | https://api.bearq.smartbear.com |
| BUGSNAG_AUTH_TOKEN | No | BugSnag Auth Token - leave blank to disable BugSnag tools | |
| PACT_BROKER_BASE_URL | No | PactFlow or Pact Broker base url - leave blank to disable the tools | |
| PACT_BROKER_PASSWORD | No | Pact Broker Password | |
| PACT_BROKER_USERNAME | No | Pact Broker Username | |
| SWAGGER_UI_BASE_PATH | No | Swagger UI base path - only needed for on-premise installations (leave blank for cloud) | https://app.swaggerhub.com |
| COLLABORATOR_BASE_URL | No | Collab base url | |
| COLLABORATOR_USERNAME | No | Collab username | |
| BUGSNAG_PROJECT_API_KEY | No | BugSnag Project API Key - for single project interactions | |
| QTM4J_AUTOMATION_API_KEY | No | QTM4J Automation API Key - required for automation tools, leave blank to disable them | |
| SWAGGER_PORTAL_BASE_PATH | No | Swagger Portal API base path - only needed for on-premise installations (leave blank for cloud) | https://api.portal.swaggerhub.com/v1 |
| COLLABORATOR_LOGIN_TICKET | No | Collab login ticket | |
| SWAGGER_REGISTRY_BASE_PATH | No | Swagger Registry API base path - only needed for on-premise installations (leave blank for cloud) | https://api.swaggerhub.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bearq_run_regression_testsA | Runs the full BearQ regression suite — every regression-ready test case in the workspace. Use for CI/CD or pre-release smoke. Toolset: Tasks Parameters: None |
| bearq_run_test_casesB | Runs specific BearQ regression test cases by ID. Targets only regression-ready cases — drafts will be rejected. Toolset: Tasks Parameters:
|
| bearq_run_tests_in_functional_areasC | Runs every regression test case tagged with one or more functional areas. Functional areas can be given by ID or name. Toolset: Tasks Parameters:
|
| bearq_refine_test_casesB | Refines specific BearQ draft test cases — improves their steps so they can eventually be promoted to regression tests. Use when a draft is incomplete or has drifted from its intent. Toolset: Tasks Parameters:
|
| bearq_refine_tests_in_functional_areasB | Refines every draft test case tagged with one or more functional areas. Functional areas can be given by ID or name. May take multiple passes before drafts are ready to be promoted to regression tests. Toolset: Tasks Parameters:
|
| bearq_refine_all_draft_testsA | Refines every draft test case in the workspace. Use to push an entire draft backlog forward; may take multiple passes before all drafts are ready to be promoted to regression tests. Toolset: Tasks Parameters: None |
| bearq_expand_application_modelB | Explores the live application to discover or update its pages and elements in BearQ's application model. Optionally scope to a single functional area. Toolset: Tasks Parameters:
|
| bearq_chat_with_qa_leadA | Sends an open-ended instruction to BearQ's QA lead agent. Use this when no other BearQ tool fits — the QA lead can list, create, and update test cases, manage functional areas, and read the application model, and acts as a general-purpose escape hatch. Toolset: Tasks Parameters:
|
| bearq_get_taskA | Retrieves a task's current state, metadata, and activity log. Returns immediately with whatever's available — does not block on the task completing. Toolset: Tasks Parameters:
|
| bearq_get_task_statusA | Retrieves the status of a task (running / complete / error / cancelled). Cheaper than fetching full task details. Toolset: Tasks Parameters:
|
| bearq_stop_taskB | Cancels a running task. Toolset: Tasks Parameters:
|
| bearq_wait_for_taskA | Blocks until a BearQ task reaches a terminal state (completed / failed / cancelled) or the stream times out, then returns the full ordered sequence of SSE events from the public API (metadata, activityLogEntries, and a terminal done or timeout event) verbatim. Blocks for the lifetime of the task — for a quick check use bearq_get_task_status instead. Toolset: Tasks Parameters:
|
| reflect_list_segmentsA | Retrieve available reusable test segments for the given platform type. Segments are reusable test steps with an optional set of parameters that can used across multiple tests. Toolset: Tests Parameters:
|
| reflect_connect_to_sessionA | Connect to an active Reflect recording session via WebSocket to enable interactive control. When creating or editing a Reflect test using a connected recording session, follow these guidelines:
Toolset: Recording Parameters:
|
| reflect_add_prompt_stepA | Add a natural language prompt step to an active Reflect recording session Toolset: Recording Parameters:
|
| reflect_get_screenshotB | Capture a screenshot from the current state of an active Reflect recording session Toolset: Recording Parameters:
|
| reflect_delete_previous_stepA | Delete the last step added to an active Reflect recording session Toolset: Recording Parameters:
|
| reflect_add_segmentC | Insert a reusable test segment into an active Reflect recording session Toolset: Recording Parameters:
|
| reflect_list_suitesA | Retrieve a list of all reflect suites available Toolset: Suites Parameters: None |
| reflect_list_suite_executionsB | List all executions for a given suite Toolset: Suites Parameters:
|
| reflect_get_suite_execution_statusA | Get the status of a reflect suite execution Toolset: Suites Parameters:
|
| reflect_execute_suiteC | Execute a reflect suite Toolset: Suites Parameters:
|
| reflect_cancel_suite_executionC | Cancel a reflect suite execution Toolset: Suites Parameters:
|
| reflect_list_testsB | List all reflect tests Toolset: Tests Parameters: None |
| reflect_get_test_detailA | Get the full detail of a reflect test, including its name, description, and all recorded steps Toolset: Tests Parameters:
|
| reflect_run_testC | Run a reflect test Toolset: Tests Parameters:
|
| reflect_get_test_statusA | Get the status of a reflect test execution Toolset: Tests Parameters:
|
| bugsnag_get_current_projectA | Retrieve the 'current' project on which tools should operate by default. This allows BugSnag tools to be called with no projectId parameter. Toolset: Projects Parameters: None Use Cases: 1. Understand if a current project has been set Hints: 1. If a project is returned, it can be assumed that the user expects interactions with BugSnag tools to refer to this project 2. If this tool returns no current project then other BugSnag tools will require an explicit project ID parameter 3. Call the List Projects tool to see all projects that the user has access to. Get the project ID from this list either by asking the user for the project name or slug 4. You might find a BugSnag API key in the user's code where they configure the BugSnag SDK that can be matched to a project 'apiKey' field from the project list |
| bugsnag_list_projectsA | List all projects in the organization that the current user has access to, or find a project matching an API key. Toolset: Projects Parameters:
Use Cases: 1. Get an overview of all projects in the organization 2. Locate a project by its API key if known from the user's code Hints: 1. Project IDs from this list can be used with other tools when no project API key is configured |
| bugsnag_list_project_event_filtersA | Get available event filter fields for a project Toolset: Projects Parameters:
Use Cases: 1. Discover what filter fields are available before searching for errors 2. Find the correct field names for filtering by user, environment, or custom metadata 3. Understand filter options and data types for building complex queries Examples:
Expected Output: JSON array of EventField objects containing display_id, custom flag, and filter/pivot options Hints: 1. Use this tool before the List Errors or Get Error tools to understand available filters 2. Look for display_id field in the response - these are the field names to use in filters |
| bugsnag_get_errorA | Get full details on an error, including aggregated and summarized data across all events (occurrences) and details of the latest event (occurrence), such as breadcrumbs, metadata and the stacktrace. Use the filters parameter to narrow down the summaries further. Toolset: Errors Parameters:
Output Description: JSON object containing: - error_details: Aggregated data about the error, including first and last seen occurrence - latest_event: Detailed information about the most recent occurrence of the error, including stacktrace, breadcrumbs, user and context - pivots: List of pivots (summaries) for the error, which can be used to analyze patterns in occurrences - url: A link to the error in the dashboard - this should be shown to the user for them to perform further analysis Use Cases: 1. Investigate a specific error found through the List Project Errors tool 2. Understand which types of user are affected by the error using summarized event data 3. Get error details for debugging and root cause analysis 4. Retrieve error metadata for incident reports and documentation Examples:
Expected Output: JSON object with error details including message, stack trace, occurrence count, and metadata Hints: 1. Error IDs can be found using the List Project Errors tool 2. Use this after filtering errors to get detailed information about specific errors 3. Use Get Event Details tool if you need detailed information about a specific event (occurrence) rather than the aggregated error 4. If you used a filter to get this error, you can pass the same filters here to restrict the results or apply further filters 5. The URL provided in the response points should be shown to the user in all cases as it allows them to view the error in the dashboard and perform further analysis |
| bugsnag_list_project_errorsA | List and search errors in a project using customizable filters and pagination Toolset: Errors Parameters:
Use Cases: 1. Debug recent application errors by filtering for open errors in the last 7 days 2. Generate error reports for stakeholders by filtering specific error types or severity levels 3. Monitor error trends over time using date range filters 4. Find errors affecting specific users or environments using metadata filters Examples:
Expected Output: JSON object with a list of errors in the 'data' field, a count of the current page of results in the 'count' field, and a total count of all results in the 'total' field
Expected Output: JSON object with a list of errors in the 'data' field, a count of the current page of results in the 'count' field, and a total count of all results in the 'total' field
Expected Output: JSON object with a list of errors, with a URL to the next page if more results are available and a total count of all errors matched Hints: 1. Use List Project Event Filters tool first to discover valid filter field names for your project 2. Combine multiple filters to narrow results - filters are applied with AND logic 3. For time filters: use relative format (7d, 24h) for recent periods or ISO 8601 UTC format (2018-05-20T00:00:00Z) for specific dates 4. Common time filters: event.since (from this time), event.before (until this time) 5. The 'event.since' filter and 'error.status' filters are always applied and if not specified are set to '30d' and 'open' respectively 6. There may not be any errors matching the filters - this is not a problem with the tool, in fact it might be a good thing that the user's application had no errors 7. This tool returns paged results. The 'page_error_count' field indicates the number of results returned in the current page, and the 'total_error_count' field indicates the total number of results across all pages. 8. If the output contains a 'next_url' value, there are more results available - call this tool again supplying the next URL as a parameter to retrieve the next page. 9. Do not modify the next URL as this can cause incorrect results. The only other parameter that can be used with 'next' is 'per_page' to control the page size. |
| bugsnag_update_errorA | Update the status of an error Toolset: Errors Parameters:
Use Cases: 1. Mark an error as open, fixed or ignored 2. Discard or un-discard an error 3. Update the severity of an error 4. Snooze an error with defined conditions for when it should be reopened Examples:
Expected Output: Success response indicating the error was marked as fixed
Expected Output: Success response indicating the error was snoozed for 1 hour
Expected Output: Success response indicating the error was snoozed until 5 additional users are affected
Expected Output: Success response indicating the error was snoozed until 10 occurrences in 24 hours
Expected Output: Success response indicating the Jira issue was linked to the error
Expected Output: Success response indicating the Jira issue was unlinked from the error Hints: 1. Only use valid operations - BugSnag may reject invalid values 2. When using 'snooze' operation, reopenRules parameter is required 3. When using 'link_issue' operation, issue_url parameter is required 4. Use 'unlink_issue' to remove the link between an error and its issue 5. For 'occurs_after' reopen rules, specify 'seconds' parameter 6. For 'n_additional_users' reopen rules, specify 'additionalUsers' parameter (max 100,000) 7. For 'n_occurrences_in_m_hours' reopen rules, specify both 'occurrences' and 'hours' parameters 8. For 'n_additional_occurrences' reopen rules, specify 'additionalOccurrences' parameter 9. Snoozing temporarily silences an error until the specified reopen condition is met |
| bugsnag_get_eventA | Get detailed information about a specific event Toolset: Events Parameters:
Use Cases: 1. Get the full details of an event, including any thread stack traces Examples:
Expected Output: JSON object with complete event details including stack trace (error trace and other threads, if present), metadata, and context |
| bugsnag_get_event_details_from_dashboard_urlA | Get detailed information about a specific event using its dashboard URL Toolset: Events Parameters:
Use Cases: 1. Get event details when given a dashboard URL from a user or notification 2. Extract event information from shared links or browser URLs 3. Quick lookup of event details without needing separate project and event IDs Examples:
Expected Output: JSON object with complete event details including stack trace, metadata, and context Hints: 1. The URL must contain both project slug in the path and event_id in query parameters 2. This is useful when users share BugSnag dashboard URLs and you need to extract the event data |
| bugsnag_get_events_on_an_errorA | Gets a list of events that have grouped into the specified error Toolset: Events Parameters:
Use Cases: 1. Retrieving all the events for comparison to find commonalities or differences in stack traces, breadcrumbs and metadata Examples:
Expected Output: A list of events, ordered by timestamp, with complete details including stack trace, breadcrumbs, metadata, and context |
| bugsnag_list_releasesA | List releases for a project Toolset: Releases Parameters:
Output Description: JSON array of release summary objects with metadata, with a URL to the next page if more results are available Use Cases: 1. View recent releases to correlate with error spikes 2. Filter releases by stage (e.g. production, staging) for targeted analysis Examples:
Expected Output: JSON array of release objects in the production stage
Expected Output: JSON array of release objects in the staging stage
Expected Output: JSON array of release objects with metadata from the next page Hints: 1. Use the Get Release tool to get more details on a specific release, including the builds it contains 2. The release stage defaults to 'production' if not specified 3. Use visibleOnly to filter out releases that have been marked as hidden in the dashboard |
| bugsnag_get_releaseA | Get more details for a specific release by its ID, including source control information and associated builds Toolset: Releases Parameters:
Output Description: JSON object containing release details along with stability metrics such as user and session stability, and whether it meets project targets Use Cases: 1. View release metadata such as version, source control info, and error counts 2. Analyze the stability data and targets for a release 3. See the builds that make up the release Examples:
Expected Output: JSON object with release details including version, source control info, error counts and stability data. Hints: 1. Release IDs can be found using the List releases tool |
| bugsnag_get_buildA | Get more details for a specific build by its ID Toolset: Releases Parameters:
Output Description: JSON object containing build details along with stability metrics such as user and session stability, and whether it meets project targets Use Cases: 1. View build metadata such as version, source control info, and error counts 2. Analyze a specific build to correlate with error spikes or deployments 3. See the stability targets for a project and if the build meets them Examples:
Expected Output: JSON object with build details including version, source control info, error counts and stability data. Hints: 1. Build IDs can be found using the List builds tool |
| bugsnag_list_span_groupsA | List span groups (operations) tracked for performance monitoring Toolset: Performance Parameters:
Use Cases: 1. View all operations being tracked for performance 2. Find slow operations by sorting by duration metrics 3. Filter to starred/important span groups Examples:
Expected Output: Array of span groups sorted by 95th percentile duration
Expected Output: Array of starred span groups filtered by category Hints: 1. Span groups represent different operation types (page loads, API calls, etc.) 2. Use sort by duration_p95 or duration_p99 to find the slowest operations 3. Star important span groups for quick access 4. Use nextUrl for pagination |
| bugsnag_get_span_groupA | Get detailed performance metrics for a specific span group Toolset: Performance Parameters:
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:
Expected Output: Statistics, category, and performance target info
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 |
| bugsnag_list_spansA | Get individual spans belonging to a span group Toolset: Performance Parameters:
Use Cases: 1. Analyze individual slow operations 2. Debug performance issues by examining specific traces 3. Find patterns in operation attributes Examples:
Expected Output: Array of the 10 slowest span instances
Expected Output: Array of spans from iOS devices with next page navigation Hints: 1. Sort by duration descending to find the slowest instances 2. Each span includes trace ID for further investigation |
| bugsnag_get_traceA | Get all spans within a specific trace Toolset: Performance Parameters:
Use Cases: 1. Debug slow requests by viewing all operations in the trace 2. Understand the flow of a request through the system 3. Identify bottlenecks in distributed systems Examples:
Expected Output: Array of all spans in the trace with timing and hierarchy
Expected Output: Array of up to 50 spans focused around the target span Hints: 1. Traces show the complete execution path of a request 2. Use from/to parameters to narrow the time window 3. targetSpanId can be used to focus on a specific span in the trace |
| bugsnag_list_trace_fieldsA | Get available trace fields/attributes for filtering Toolset: Performance Parameters:
Use Cases: 1. Find available custom attributes for performance filtering 2. Understand what metadata is attached to traces 3. Build dynamic filters based on available fields Examples:
Expected Output: Array of field names and types available for filtering Hints: 1. Trace fields are custom attributes added to spans 2. Use these fields for filtering other performance queries |
| bugsnag_get_network_endpoint_groupingsA | Get the network endpoint grouping rules for a project Toolset: Performance Parameters:
Use Cases: 1. View current network endpoint grouping configuration 2. Understand how network requests are being grouped in performance monitoring 3. Check grouping patterns before making updates Examples:
Expected Output: Array of endpoint URL patterns Hints: 1. Network grouping patterns help consolidate similar requests into single span groups 2. Patterns use OpenAPI path templating syntax with curly braces for path parameters (e.g., /users/{userId}) 3. Wildcards () can be used in domains to match multiple subdomains (e.g., https://.example.com) |
| bugsnag_set_network_endpoint_groupingsA | Set the network endpoint grouping rules for a project Toolset: Performance Parameters:
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:
Expected Output: Success response confirming the update
Expected Output: Success response confirming the update
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 |
| swagger_list_portalsA | Search for available portals within Swagger. Only portals where you have at least a designer role, either at the product level or organization level, are returned. Toolset: Portals |
| swagger_create_portalC | Create a new portal within Swagger. Toolset: Portals Parameters:
|
| swagger_get_portalB | Retrieve information about a specific portal. Toolset: Portals Parameters:
|
| swagger_update_portalC | Update a specific portal's configuration. Toolset: Portals Parameters:
|
| swagger_resolve_organization_portalA | Resolve portal details for a Swagger organization in a single step. Given an organization UUID, returns the portal ID, subdomain, customDomain (when configured), and the list of products (with productId, productSlug, and productName) for the organization's portal. If the organization has no portal yet, a new portal is created automatically. Use this tool to obtain all portal context needed for subsequent portal and product operations. Toolset: Portals Parameters:
|
| swagger_list_portal_productsC | Get products for a specific portal that match your criteria. Toolset: Products Parameters:
|
| swagger_create_portal_productC | Create a new product for a specific portal. Toolset: Products Parameters:
|
| swagger_get_portal_productA | Retrieve information about a specific product resource. Toolset: Products Parameters:
|
| swagger_delete_portal_productC | Delete a product from a specific portal Toolset: Products Parameters:
|
| swagger_update_portal_productC | Update a product's settings within a specific portal. Toolset: Products Parameters:
|
| swagger_publish_portal_productA | Publish a product's content to make it live or as preview. This endpoint publishes the current content of a product, making it visible to portal visitors. Use preview mode to test before going live. Optionally provide Toolset: Products Parameters:
|
| swagger_list_portal_product_sectionsA | Get sections for a specific product within a portal. Toolset: Sections Parameters:
|
| swagger_create_table_of_contentsC | Create a new table of contents item in a portal product section. Supports API references, HTML content, and Markdown content types. Toolset: Table Of Contents Parameters:
|
| swagger_list_table_of_contentsA | Get table of contents for a section of a product within a portal. Toolset: Table Of Contents Parameters:
|
| swagger_delete_table_of_contentsB | Delete table of contents entry. Performs a soft-delete of an entry from the table of contents. Supports recursive deletion of nested items. Toolset: Table Of Contents Parameters:
|
| swagger_create_documentation_pageA | Create a documentation page in a portal product in a single tool call. Supports markdown and html content types. Returns the page location details (productId, sectionId, slug) and a draftUrl to edit it in the portal. Toolset: Documents Parameters:
|
| swagger_get_documentA | Get document content and metadata by document ID. Useful for retrieving HTML or Markdown content from table of contents items. Toolset: Documents Parameters:
|
| swagger_update_documentB | Update the content or source of an existing document. Supports both HTML and Markdown content types. Toolset: Documents Parameters:
|
| swagger_search_apis_and_domainsA | Search for APIs and Domains in SwaggerHub Registry using the comprehensive /specs endpoint and retrieve metadata including owner, name, description, summary, version, and specification. Toolset: Registry API Parameters:
|
| swagger_get_api_definitionB | Fetch resolved API definition from SwaggerHub Registry based on owner, API name, and version. Toolset: Registry API Parameters:
|
| swagger_create_or_update_apiB | Create a new API or update an existing API in SwaggerHub Registry for Swagger Studio. The API specification type (OpenAPI, AsyncAPI) is automatically detected from the definition content. APIs are always created with fixed values: version 1.0.0, private visibility, and automock disabled (these values cannot be changed). Returns HTTP 201 for creation, HTTP 200 for update. Response includes 'operation' field indicating whether it was a 'create' or 'update' operation along with API details and SwaggerHub URL. Toolset: Registry API Parameters:
|
| swagger_list_organizationsA | Get organizations for a user. Returns a list of organizations that the authenticating user is a member of. On-Premise admin gets a list of all organizations in the system. Toolset: Registry API Parameters:
|
| swagger_scan_api_standardizationA | Run a standardization scan against an API definition using the organization's governance and standardization rules. Accepts a raw YAML or JSON OpenAPI/AsyncAPI definition and returns a list of validation errors, the total issue count, and counts grouped by severity. Use this tool when the user provides the API definition content directly (as raw YAML or JSON) and asks to validate, scan, or check the governance or standardization of the API. Toolset: Registry API Parameters:
|
| swagger_scan_api_standardization_from_registryA | Run a standardization scan on an API that already exists in SwaggerHub Registry, identified by organization name, API name, and version. Fetches the API definition from the registry internally and scans it against the organization's governance and standardization rules. Returns a list of validation errors, total issue count, counts grouped by severity, and a SwaggerHub UI URL for the scanned API. Use this tool when the user identifies the API by org name, API name, and version and asks to validate, scan, or check the governance or standardization of an existing API. Toolset: Registry API Parameters:
|
| swagger_create_api_from_promptA | Generate and save an API definition based on a prompt using SmartBear AI. This tool automatically applies organization governance and standardization rules during API generation. The specType parameter determines the format of the generated definition. Use: 'openapi20' for OpenAPI 2.0, 'openapi30x' for OpenAPI 3.0.x, 'openapi31x' for OpenAPI 3.1.x, 'asyncapi2xx' for AsyncAPI 2.x, 'asyncapi30x' for AsyncAPI 3.0.x. Use this tool when creating APIs that comply with governance policies or when generating APIs from natural language descriptions. Use this tool when users ask to create, generate, or design APIs with governance or standardization requirements. Returns HTTP 201 for creation, HTTP 200 for update. Response includes 'operation' field indicating whether it was a 'create' or 'update' operation along with API details and SwaggerHub URL. Toolset: Registry API Parameters:
|
| swagger_standardize_apiA | Standardize and fix an API definition using AI to ensure compliance with governance policies. Scans the API definition for standardization errors and automatically fixes them using SmartBear AI. Optionally provide 'newVersion' (e.g. patch bump '1.0.0' → '1.0.1') to save the fixed definition as a new version — omitting it will overwrite the current version. Returns the number of errors found and the fixed definition if successful. Use this tool when users ask to standardize, fix, govern, or ensure governance compliance of APIs. Toolset: Registry API Parameters:
|
| contract-testing_generate_pact_testsA | Generate Pact tests using PactFlow AI. You can provide one or more of the following input types: (1) request/response pairs for specific interactions, (2) code files to analyze and extract interactions from, and/or (3) OpenAPI document to generate tests for specific endpoints. When providing an OpenAPI document, a matcher is required to specify which endpoints to generate tests for. Toolset: Generate Pact Tests Parameters:
|
| contract-testing_review_pact_testsC | Review Pact tests using PactFlow AI. You can provide the following inputs: (1) Pact tests to be reviewed along with metadata Toolset: Review Pact Tests Parameters:
|
| contract-testing_get_provider_statesB | Retrieve the states of a specific provider Toolset: Fetch Provider States Parameters:
|
| contract-testing_can_i_deployA | Performs a comprehensive compatibility check to determine whether a specific version of a service (pacticipant) can be safely deployed into a given environment. It analyzes the complete contract matrix of consumer-provider relationships to confirm that all required integrations are verified and compatible. Toolset: Can I Deploy Parameters:
|
| contract-testing_matrixA | Retrieve the comprehensive contract verification matrix that shows the relationship between consumer and provider versions, their associated pact files, and verification results stored in the Pact Broker or Pactflow. The matrix provides detailed visibility into which consumer and provider versions have been successfully verified against each other, and highlights failures with detailed information about the cause. Toolset: Matrix Parameters:
Use Cases: 1. Quickly identify which consumer and provider version combinations have passed or failed verification. 2. Diagnose and investigate why a particular consumer-provider verification failed. 3. Visualize the overall contract compatibility across two pacticipants / services. 4. Perform advanced queries using selectors to understand compatibility within specific branches, environments, or version ranges. 5. Support informed deployment decisions by answering 'can I deploy version X of this service to production?' 6. Expose contract verification details to non-frequent API users in a more accessible format. |
| contract-testing_check_pactflow_ai_entitlementsA | Check your PactFlow AI entitlements and credit balance if you encounter 401 Unauthorized errors or permission/credit issues when using PactFlow AI features. Toolset: PactFlow AI Status Use Cases: 1. Diagnose 401 unauthorized errors when attempting to use PactFlow AI features 2. Check remaining AI credits when PactFlow AI operations are rejected due to insufficient credits 3. Verify account entitlements when users receive permission denied errors for PactFlow AI functionality 4. Troubleshoot PactFlow AI access issues by retrieving current entitlement status and credit balance 5. Provide detailed error context when PactFlow AI features are unavailable due to account limitations |
| contract-testing_get_metricsA | Fetch metrics across the entire workspace Toolset: Metrics Parameters: None |
| contract-testing_get_team_metricsA | Fetch metrics for all teams Toolset: Metrics Parameters: None |
| contract-testing_list_pacticipantsA | Retrieve all pacticipants (applications/services) registered in the Pact Broker or PactFlow workspace. Toolset: Pacticipants Parameters:
|
| contract-testing_get_pacticipantB | Retrieve details for a specific pacticipant by name. Toolset: Pacticipants Parameters:
|
| contract-testing_list_branchesA | Retrieve all branches for a given pacticipant, with optional filtering and pagination. Toolset: Branches and Versions Parameters:
|
| contract-testing_list_pacticipant_versionsB | Retrieve all versions for a given pacticipant. Toolset: Branches and Versions Parameters:
|
| contract-testing_get_pacticipant_versionA | Retrieve details for a specific version of a pacticipant. Toolset: Branches and Versions Parameters:
|
| contract-testing_get_latest_pacticipant_versionA | Retrieve the latest version of a pacticipant, optionally filtered by tag. Toolset: Branches and Versions Parameters:
|
| contract-testing_list_environmentsA | Retrieve all environments configured in the Pact Broker or PactFlow workspace. Toolset: Environments and Deployments Parameters: None |
| contract-testing_get_environmentA | Retrieve details for a specific environment by UUID. Toolset: Environments and Deployments Parameters:
|
| contract-testing_record_deploymentC | Record that a version of a pacticipant has been deployed to an environment. Toolset: Environments and Deployments Parameters:
|
| contract-testing_get_currently_deployed_versionsA | Retrieve all versions currently deployed to a given environment. Toolset: Environments and Deployments Parameters:
|
| contract-testing_record_releaseA | Record that a version of a pacticipant has been released to an environment (for mobile/library release workflows). Toolset: Environments and Deployments Parameters:
|
| contract-testing_get_currently_supported_versionsA | Retrieve all versions currently released and supported in a given environment. Toolset: Environments and Deployments Parameters:
|
| contract-testing_publish_consumer_contractsB | Publish one or more consumer Pact contracts to the Pact Broker or PactFlow, with branch and tag metadata. Toolset: Contracts Parameters:
|
| contract-testing_publish_provider_contractC | Publish a provider OpenAPI contract and self-verification results to PactFlow (Bi-Directional Contract Testing). Toolset: Contracts Parameters:
|
| contract-testing_get_pacts_for_verificationA | Retrieve the pacts that a provider should verify, based on consumer version selectors and WIP/pending pact configuration. Toolset: Contracts Parameters:
|
| contract-testing_get_bdct_provider_contractB | Fetch the provider OpenAPI contract for a given provider version in Bi-Directional Contract Testing. Toolset: Bi-Directional Contract Testing Parameters:
|
| contract-testing_get_bdct_provider_contract_verification_resultsB | Fetch the self-verification results for a provider contract version in Bi-Directional Contract Testing. Toolset: Bi-Directional Contract Testing Parameters:
|
| contract-testing_get_bdct_consumer_contractsA | Fetch all consumer Pact contracts relevant to a given provider version in Bi-Directional Contract Testing. Toolset: Bi-Directional Contract Testing Parameters:
|
| contract-testing_get_bdct_consumer_contract_verification_resultsA | Fetch the consumer contract verification results for a given provider version in Bi-Directional Contract Testing. Toolset: Bi-Directional Contract Testing Parameters:
|
| contract-testing_get_bdct_cross-contract_verification_resultsA | Fetch the cross-contract verification results for a given provider version in Bi-Directional Contract Testing. Toolset: Bi-Directional Contract Testing Parameters:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| reflect_sap_test | Guidelines for creating a Reflect test against an SAP S4/HANA or SAP BTP application. |
| contract-testing_openapi_matcher_recommendations | Get OpenAPI matcher recommendations using sampling |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SmartBear/smartbear-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server