Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Contract Testing: Create Pacticipant

contract-testing_create_pacticipant
Read-onlyIdempotent

Register a new application or service as a pacticipant in the contract testing workspace with name, display name, main branch, and repository details.

Instructions

Register a new application/service (pacticipant) in the workspace.

Toolset: Pacticipants

Parameters:

  • name (string) required: Name of the pacticipant (cannot be changed after creation)

  • displayName (string): Human-readable display name

  • mainBranch (string): Name of the main/trunk branch (e.g. 'main')

  • repositoryName (string): Repository name

  • repositoryNamespace (string): Repository namespace/organisation

  • repositoryUrl (string): URL of the source repository

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the pacticipant (cannot be changed after creation)
mainBranchNoName of the main/trunk branch (e.g. 'main')
displayNameNoHuman-readable display name
repositoryUrlNoURL of the source repository
repositoryNameNoRepository name
repositoryNamespaceNoRepository namespace/organisation
Behavior1/5

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

The description contradicts the annotation 'readOnlyHint: true'. The description indicates a write operation ('Register...'), but the annotation suggests the tool is read-only. This is a serious inconsistency that misleads the agent about the tool's side effects. Additionally, the description does not disclose other behavioral traits such as whether the operation is idempotent (annotation says true, but creation typically is not) or what happens if the name already exists.

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 well-structured with a clear title, brief introductory sentence, and a formatted parameter list. It uses a heading for 'Toolset' and lists parameters with types and requirements. It is appropriately sized for the complexity, though it could be slightly more concise.

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

Completeness2/5

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

Given the absence of an output schema and the annotation contradiction, the description lacks important context. It does not describe what the tool returns (e.g., the created pacticipant object), nor does it explain prerequisites or consequences (e.g., what happens if the name already exists). The contradiction undermines completeness.

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 coverage is 100%, so the baseline is 3. The description lists parameters with brief descriptions that largely mirror the schema. However, it adds useful notes like 'name (cannot be changed after creation)' and categorizes parameters under 'Toolset: Pacticipants'. It does not significantly enhance understanding beyond what the schema provides.

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 clearly states the tool's purpose: 'Register a new application/service (pacticipant) in the workspace.' It specifies what a pacticipant is and that it creates a new entity. The tool name 'create_pacticipant' is reinforced, and it is easily distinguished from siblings like 'get_pacticipant' or 'delete_pacticipant'.

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 does not explicitly state when to use this tool versus alternatives. While the purpose is clear, there is no guidance on prerequisites, context, or when not to use it (e.g., when the pacticipant already exists). The tool's role within the broader workflow is implied but not stated.

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

Install Server

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