Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Contract Testing: Get BDCT Provider Contract Verification Results

contract-testing_get_bdct_provider_contract_verification_results
Read-onlyIdempotent

Retrieve provider contract verification results for a specific provider version to confirm compliance in bi-directional contract testing.

Instructions

Fetch the self-verification results for a provider contract version in Bi-Directional Contract Testing.

Toolset: Bi-Directional Contract Testing

Parameters:

  • providerName (string) required: Name of the provider

  • providerVersionNumber (string) required: Provider version number

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

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageSizeNoResults per page
pageNumberNoPage number
providerNameYesName of the provider
providerVersionNumberYesProvider version number
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description adds useful scoping context by specifying 'self-verification results for a provider contract version,' which helps distinguish this from consumer or cross-contract verification outcomes. It does not disclose further behavioral details like authentication requirements, rate limits, or return envelope, but the annotations lower the bar and the description is not contradictory.

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 description is reasonably compact, opens with the core action and resource, and then lists parameters in a scannable format. The parameter section is largely redundant with the input schema, which is minor waste, but the overall structure is clear and front-loaded. No unnecessary prose or tangential context appears.

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

Completeness3/5

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

The core required inputs and pagination controls are present, and annotations cover the operational safety profile. However, without an output schema, the description is vague about what the 'verification results' actually contain, how they are structured, or what a successful/unsuccessful self-verification looks like. Given the dense ecosystem of similar contract-testing tools, a bit more domain context would improve completeness, but the description is minimally viable.

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?

Schema description coverage is 100%, so the input schema fully documents all four parameters and their defaults. The description repeats the parameter list almost verbatim without adding deeper meaning such as value formats, allowed identifiers, or how pagination affects results. This sits at the baseline for high schema coverage, meeting the minimum viability but adding no extra semantic value.

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 states a specific action ('Fetch') and a specific resource ('self-verification results for a provider contract version'), clearly identifying the object of the operation. However, it does not explicitly distinguish itself from closely related siblings like get_bdct_consumer_contract_verification_results or get_bdct_cross-contract_verification_results, relying on the 'provider' and 'self-verification' wording to imply the distinction.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus the many similar contract-testing verification tools. There are no explicit alternatives, exclusions, or conditions that would help an agent decide between this and get_bdct_consumer_contract_verification_results or get_bdct_cross-contract_verification_results. The usage context is only implied by the tool name and resource wording.

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