Skip to main content
Glama

business-oss

Business Tool Routes

business_tool_routes
Read-onlyIdempotent

Return the recommended OSS tool chain for each business.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds a minor behavioral hint that results are per business, but it does not disclose the output format, pagination, or any other operational traits. With annotations present, this meets the baseline but adds limited extra context.

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 a single, concise sentence with no filler. The verb and resource are front-loaded, and every word contributes meaning. It is appropriately minimal for a tool with no parameters.

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?

For a simple read-only tool with no parameters and no output schema, the description is mostly adequate. It clearly states what is returned, but it lacks detail on the exact structure (e.g., list vs. map) and any caveats. Given the simplicity, it is sufficient but could be slightly more explicit about the output format.

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?

The tool has zero parameters, so the schema is trivially 100% covered. Per the rubric, 0 params yields a baseline of 4. The description correctly avoids any parameter explanations since none exist.

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 uses a specific verb ('Return') and resource ('recommended OSS tool chain') with clear scope ('for each business'). It clearly distinguishes from sibling tools like github_job_template, list_stack, rsshub_fetch, and searxng_search, which have different purposes.

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?

No guidance is provided on when to use this tool versus alternatives. The description does not mention any conditions, exclusions, or comparative contexts. The agent is left to infer usage solely from the tool name and sibling names, which is insufficient.

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.1/5.0
Disambiguation4/5

The five tools have mostly distinct purposes: business tool recommendations, GitHub job generation, stack listing, RSS fetching, and web search. There is minor overlap between business_tool_routes and list_stack, as both deal with tool stacks, but they target different audiences and outputs.

Naming Consistency2/5

Naming is inconsistent. Tools like rsshub_fetch and searxng_search follow a verb_noun pattern, while business_tool_routes and github_job_template are noun phrases. list_stack is a verb_noun but the rest do not follow a uniform convention, making the API surface less predictable.

Tool Count5/5

With exactly 5 tools, the server sits comfortably within the typical 3-15 range. Each tool provides a distinct capability without unnecessary bloat or excessive fragmentation.

Completeness3/5

The domain is a mix of unrelated functionalities (business recommendations, GitHub actions, web search, RSS). While each tool covers its stated purpose, the lack of a cohesive domain makes it hard to assess whether any operations are missing. For example, there is no tool for managing or updating GitHub jobs beyond generating a template, and no explicit search for business or stack data beyond the provided routes.

Resources