Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Contract Testing: Get Pacticipant

contract-testing_get_pacticipant
Read-onlyIdempotent

Retrieve details for a named pacticipant (application or service) to inspect its contract testing information.

Instructions

Retrieve details for a specific pacticipant by name.

Toolset: Pacticipants

Parameters:

  • pacticipantName (string) required: Name of the pacticipant (application or service)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pacticipantNameYesName of the pacticipant (application or service)
Install Server

TDQS

A3.7/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, establishing a safe read operation. The description's 'Retrieve' wording is consistent with those annotations but adds no behavioral context beyond them—such as return shape, error conditions, or permission requirements—so it does not go beyond what structured metadata already conveys.

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 sentence is concise, front-loaded, and immediately clear about the operation and target. The additional Toolset heading and Parameter list are redundant with schema metadata and do not add information, but the overall size is still economical.

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 simple single-parameter read operation with strong safety annotations, the description is largely sufficient: it identifies the target resource and lookup key. The main gap is that 'details' is somewhat vague and there is no output schema or mention of what fields will be returned, but this is minor for a tool of this complexity.

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%, and the parameter description in the schema ('Name of the pacticipant (application or service)') is repeated verbatim in the tool description. The description therefore adds no meaning beyond the schema, so it meets the baseline but does not enhance agent understanding.

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

Purpose5/5

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

The description states a specific verb ('Retrieve'), a resource ('details for a specific pacticipant'), and the lookup key ('by name'). This clearly distinguishes it from siblings like list_pacticipants (list all) and get_pacticipant_version (fetch by version), even though those siblings are not named explicitly.

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 phrase 'by name' implies this tool is appropriate when the agent already knows the pacticipant name and needs its details. However, the description does not explicitly mention when to prefer this over list_pacticipants, get_latest_pacticipant_version, or other version-specific tools, nor does it provide any exclusions.

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