Skip to main content
Glama

get_stats

Get catalog statistics: total companies, projects, regions, categories, agent queries today, and leads generated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A3.8/5.0
Behavior2/5

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

No annotations provided, so description carries full burden. Only states what is returned, but omits behavioral traits such as data freshness (e.g., real-time vs cached), performance implications, or whether it requires authentication. As a read-only operation, no destructive hints needed, but could mention that it returns a snapshot.

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?

Single sentence efficiently conveying purpose and output. No redundant words. Front-loaded with key action 'Get catalog statistics'.

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?

Given the tool has zero parameters (accepts no input) and an output schema presumably describes return structure, the description adequately explains what statistics are returned. However, could mention that this is a summary overview (e.g., 'aggregated counts across the catalog') to distinguish from detailed tools.

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

Parameters4/5

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

Input schema has 0 parameters (100% coverage trivially). With no params, baseline is 4. Description adds no parameter information, but since there are none, it's acceptable.

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?

Clearly states the verb 'Get' and resource 'catalog statistics', listing specific items (total companies, projects, regions, categories, agent queries, leads). Distinguishes from siblings like get_categories and get_regions which return individual lists, not aggregated counts.

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?

Implicitly indicates this tool is for high-level aggregated statistics, but does not explicitly state when to use it versus alternatives like get_categories or market_analytics. No guidance on when not to use or prerequisites.

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 have overlapping purposes: search_companies, find_best_companies, smart_match, and contractor_recommendation all find contractors; get_company, company_portfolio, and company_deep_profile all return company details; calculate_cost and project_estimator both estimate costs. This makes it difficult for an agent to reliably choose the correct tool.

Naming Consistency3/5

Tool names mix verb-first patterns (get_*, search_*, compare_*, calculate_*, export_*, find_*, request_*) with noun-first patterns (company_deep_profile, market_report, price_comparison, etc.). All names use snake_case, but the inconsistent verb/noun placement makes the set less predictable.

Tool Count3/5

24 tools falls squarely in the 16-25 'feel heavy' range. While the server covers a broad domain (companies, projects, analytics, leads, estimation), the presence of many overlapping tools suggests the count could be consolidated without losing functionality.

Completeness4/5

The toolset covers the core domain well: searching companies and projects, retrieving full details, comparing entities, estimating costs, obtaining market analytics, and managing the lead lifecycle (request_quote -> get_lead_status). Minor gaps exist (e.g., no detailed per-review text, but that is explicitly stated as unavailable), but there are no dead ends for typical workflows.