Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Contract Testing: List Integrations

contract-testing_list_integrations
Read-onlyIdempotent

Retrieve all consumer-provider integrations registered in your workspace to identify active contracts and troubleshoot integration issues.

Instructions

Retrieve all consumer-provider integrations registered in the workspace.

Toolset: Integrations and Network

Parameters:

  • pageNumber (number): Page number (default: 1)

  • pageSize (number): Results per page (default: 5)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSizeNoResults per page
pageNumberNoPage number
Install Server

TDQS

A3.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare this as read-only, idempotent, and non-destructive. The description adds useful context beyond those annotations: it retrieves workspace-level integrations, not a team-filtered subset. There is no contradiction with the annotations, and the safety profile is well covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core purpose is front-loaded in a single clear sentence, and the parameter list is scannable. The parameter block duplicates the input schema somewhat, which is mild redundancy, but the overall definition is compact and well-organized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a straightforward, read-only listing operation with two optional and fully documented pagination parameters, the definition is largely complete. The main gaps are that there is no output schema and the description does not explain the response shape or reconcile 'all' with the paginated pageSize default, but these are moderate gaps given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides 100% coverage for both parameters, including types, defaults, and descriptions. The description repeats the schema information without adding deeper semantics, such as range constraints, ordering, or pagination envelope details. This matches the baseline for fully schema-documented parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: 'Retrieve all consumer-provider integrations registered in the workspace.' The workspace-level scope is clear. However, it does not explicitly differentiate itself from sibling tools like contract-testing_get_integrations_by_team, so it stops short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it—when the agent needs all consumer-provider integrations in the workspace—and the pagination parameters suggest batch retrieval. It does not provide explicit guidance about alternatives, exclusions, or when a more specific endpoint like get_integrations_by_team should be preferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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