Skip to main content
Glama

Stratalize Intelligence

get_spend_by_company_size

Read-only

Use when benchmarking software category spend against same-size organizations before a purchase or renewal. Returns SMB, mid-market, and enterprise median monthly spend for any software category. Example: CRM median spend — SMB $1,200/mo, mid-market $8,400/mo, enterprise $42,000/mo — 35x spread confirms size-appropriate benchmarking before any negotiation. Source: Stratalize size-segmented composite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vendor_nameYes

TDQS

B3.2/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds output details (medians, segments) and a source, but it introduces a significant transparency gap: it says 'software category spend' while the required parameter is vendor_name. This mismatch likely misleads the agent about what input to provide, which is a behavioral disclosure issue beyond what annotations offer.

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 a single coherent paragraph that front-loads the 'when to use' guidance, includes a concrete example with illustrative numbers, and names the data source. It is not overly verbose, though the example does take up space that could have been used to clarify the input.

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?

There is no output schema, so the description must fully define the contract. It provides return segments and an example, but it fails to explain the required vendor_name input and how it maps to a software category. This is a critical completeness gap for a tool with only one parameter—without that clarification, an agent cannot correctly invoke the tool.

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

Parameters1/5

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

The description provides zero information about the vendor_name parameter and even suggests the input is a software category instead. With 0% schema description coverage, the description was expected to compensate, but it actively misdirects the agent about the required input, making this a critical failure.

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 returns SMB, mid-market, and enterprise median monthly spend for software categories, positioning it as a size-segmented benchmarking tool. The verb 'returns' and the resource 'median monthly spend by company size' are specific and differentiate it from sibling tools that focus on other dimensions like industry or vendor.

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?

The description explicitly spells out the intended use case: 'Use when benchmarking software category spend against same-size organizations before a purchase or renewal.' This gives clear context, but it does not mention exclusions or alternatives, such as when a different benchmark tool would be more appropriate.

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

B3.4/5.0
Disambiguation2/5

Multiple tools overlap significantly: get_vendor_benchmark and get_vendor_market_rate both return pricing benchmarks with median/low/high; get_industry_spend_benchmark, get_industry_spend_profile, get_category_spend_benchmark, and get_spend_by_company_size all address spend benchmarking; get_saas_market_intelligence, get_category_ai_leaders, get_sector_ai_intelligence, and get_market_intelligence_brief all cover AI citation and market themes. These overlapping purposes make tool selection ambiguous.

Naming Consistency4/5

All tools follow the 'get_' prefix consistently, creating a predictable pattern. However, the object naming is inconsistent in ordering (e.g., get_category_ai_leaders vs get_top_vendors_by_category) and some use 'synthesis' vs 'signal' vs 'benchmark' without a clear rule. Overall, the pattern is readable and consistent.

Tool Count2/5

With 45 tools, the surface is extremely large. While the server's scope is broad (market intelligence, vendor benchmarks, regulatory data, etc.), this count overwhelms an agent and dilutes focus. Many related tools could be consolidated (e.g., vendor benchmarking into one tool with modes). A typical well-scoped server would be 3-15 tools.

Completeness3/5

The server covers numerous domains with read-only intelligence, including market trends, vendor pricing, compensation, regulatory, and patent data. However, there are gaps within those domains: no historical trend comparison, no side-by-side vendor comparison across multiple metrics beyond alternatives, and no write or action capabilities. The breadth is impressive, but the depth is uneven.

Resources