Skip to main content
Glama

LeanScale GTM Knowledge

get_case_study

Retrieve LeanScale customer case studies — the problem the company had and how it was solved. Public keys get an anonymized version: customer names, people, third parties and delivery provenance are stripped, and outcomes/metrics/quotes are withheld. Internal keys get the full named studies. Search by sector, the kind of engagement, or the systems involved — searching by customer name will not work on a public key, because the names are not in the public corpus.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoDefault 3.
queryYesSector, type of engagement, or systems involved — e.g. 'fintech Salesforce migration', 'CPQ replacement', 'two CRMs after an acquisition'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description fully discloses key behavioral variations: public keys get anonymized versions (details stripped/withheld), internal keys get full named studies. It also explains the failure mode for customer-name search on public keys. This is rich, useful disclosure beyond what annotations would provide.

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?

The description is three sentences, front-loaded with the core purpose, and every sentence adds essential information: what the tool returns, key-dependent behavior, and how to search. No fluff or repetition.

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?

The description covers purpose, behavior, and search strategy, making it adequate for an agent to select and invoke the tool. However, it does not describe the return format (e.g., list vs full text, metadata), which would be useful given there is no output schema. Still, the stated content is sufficient for most cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although the schema already documents both parameters with 100% coverage, the description adds practical query examples ('fintech Salesforce migration', 'CPQ replacement') and a negative example (customer names don't work). This meaningfully extends schema guidance, especially for the query parameter.

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 opens with a specific verb+resource: 'Retrieve LeanScale customer case studies', clarifying the scope (problem and solution). This distinguishes it from siblings like get_benchmark or search_podcast by clearly stating it is about case studies.

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

Usage Guidelines4/5

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

Provides clear search context: 'Search by sector, the kind of engagement, or the systems involved' and a critical caveat that customer-name search won't work on public keys. However, it does not explicitly mention when to prefer this tool over alternatives like search_leanscale.

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.

Resources