Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Collaborator: Get Reviews

collaborator_get_reviews
Read-onlyIdempotent

Retrieve Collaborator code reviews using optional filters for reviewer, role, phase, dates, or full details. Get targeted review data for analysis.

Instructions

Retrieves reviews from Collaborator using ReviewService.getReviews. All parameters are optional and only provided ones are sent.

Toolset: Review Management

Parameters:

  • login (string): Collaborator username to filter reviews.

  • role (string): Role to filter reviews (e.g., AUTHOR).

  • creator (boolean): Whether to filter by creator.

  • reviewPhase (string): Review phase to filter (e.g., PLANNING).

  • fullInfo (boolean): Whether to retrieve full review info.

  • fromDate (string): Minimal creation date in format "yyyy-MM-dd"

  • toDate (string): Maximal creation date in format "yyyy-MM-dd"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleNoRole to filter reviews (e.g., AUTHOR).
loginNoCollaborator username to filter reviews.
toDateNoMaximal creation date in format "yyyy-MM-dd"
creatorNoWhether to filter by creator.
fromDateNoMinimal creation date in format "yyyy-MM-dd"
fullInfoNoWhether to retrieve full review info.
reviewPhaseNoReview phase to filter (e.g., PLANNING).
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already establish that this is read-only, idempotent, and non-destructive, so the safety profile is covered. The description adds one useful behavioral nuance: all parameters are optional and only provided ones are sent. It does not disclose return shape, pagination, default behavior, or authentication requirements, but the annotation coverage lowers the burden.

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

Conciseness3/5

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

The opening sentence is clear and front-loaded, but the description then duplicates every parameter already present in the input schema. The 'Toolset: Review Management' line adds slight structure, but the repeated parameter listing is redundant and makes the description longer than necessary.

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?

For a read-only list/filter tool with 7 optional parameters and no output schema, the description covers the filtering semantics adequately via schema descriptions. However, it does not explain what fullInfo changes, what values reviewPhase accepts, how the filters combine, or what the returned review objects look like. This incomplete context may leave an agent uncertain about invocation side effects.

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?

Input schema description coverage is 100%, so the schema already documents every parameter. The description repeats the parameter list but adds little beyond the sentence that all parameters are optional and only provided ones are sent, which is already implied by zero required parameters. Baseline 3 is appropriate.

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 ('Retrieves reviews from Collaborator') and names the underlying service method. The plural 'reviews' and tool name distinguish it from the sibling find_review_by_id, but it does not explicitly contrast itself with that sibling.

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?

There is no guidance on when to use this tool versus collaborator_find_review_by_id, collaborator_reviewservice_action, or any other sibling. The description does not mention exclusions or alternatives, leaving the agent to infer selection criteria from the name alone.

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