Skip to main content
Glama

SynergyBoat

list_case_studies

Read-only

List SynergyBoat case studies: slug, title, client, industry, and outcome summary. Use get_case_study for one in full.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20).

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description doesn't need to state safety. It adds value by disclosing the exact output fields (slug, title, client, industry, outcome summary), which is behavioral context beyond what annotations provide. No contradictions.

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

Conciseness5/5

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

Two sentences with no fluff. The first sentence states the action and output, the second gives an alternative. Information is front-loaded and every word earns its place.

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

Completeness5/5

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

For a simple list tool with one optional parameter and a readOnly annotation, the description is complete: it lists output fields and directs users to get_case_study for full details. No output schema exists, so outlining the fields in the description is sufficient.

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 only parameter 'limit' is fully described in the schema with default value, so schema coverage is 100%. The description adds no extra parameter information, but the baseline of 3 is appropriate when the schema does the heavy lifting.

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 lists SynergyBoat case studies with specific fields (slug, title, client, industry, outcome summary). It distinguishes itself from sibling get_case_study by explicitly indicating that tool is for full details.

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

Usage Guidelines5/5

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

The description provides direct usage guidance: use this tool for listing multiple case studies, and use get_case_study for a single full case study. This explicitly names an alternative and clarifies when to choose each.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Most tools are clearly distinct: getters for individual items, listers for collections, and lead forms. The only potential confusion is between request_demo and submit_lead, but their descriptions clarify that one is for demo requests and the other for general enquiries.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (get_*, list_*, request_*, submit_*), with snake_case throughout. No mixed conventions or vague verbs.

Tool Count5/5

With 9 tools, the surface is appropriately scoped for a company information and lead generation server. Each tool serves a clear purpose without unnecessary bloat.

Completeness4/5

The server covers the main domain areas: company overview, services, case studies, team, AI use cases, and lead generation. However, list_ai_use_cases only provides an overview with no getter for full AI use case details, which is a minor gap.

Resources