Skip to main content
Glama
viraj43

INDUSS Research Intelligence MCP Server

by viraj43

discover_competitors

Read-only

Scan analyst and news sources to identify a company's main rivals, rank candidates by mention frequency and listed status, and return a dependable top-five list.

Instructions

Searches industry-analyst and news sources for named competitors/rivals of a company, extracts candidates via text-pattern heuristics, then ranks them (mention frequency across sources + a listed-company signal) and returns a top-5 — the server picks peers deterministically instead of leaving selection to the calling model.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior5/5

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

With readOnlyHint and openWorldHint already present, the description adds substantial process detail: source types, text-pattern extraction, ranking heuristics, and deterministic top-5 selection. It also clarifies that coverage is open-world and that candidate selection is not left to the calling model.

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?

A single dense sentence conveys source, method, ranking inputs, output cardinality, and determinism without filler. The action is front-loaded and every clause adds useful information.

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

Completeness3/5

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

The behavior and output count are well described, but the description is not fully complete because it omits output shape and the meaning of the optional nested context parameters. Given no output schema and 0% schema description coverage, these gaps matter for reliable invocation.

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

Parameters2/5

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

Schema description coverage is 0%, so the description needed to compensate, but it only implicitly covers 'company' and hints at a 'listed-company signal'. The nested context fields (date, sector, country, companyDomain) and their effect on the search are left undocumented in both the schema and description.

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 states a specific action (searches industry-analyst and news sources), a specific resource (competitors/rivals of a company), and a concrete output (top-5). It also distinguishes itself from manual/model-driven selection by noting the server picks peers deterministically.

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?

The description implies when this is useful (when deterministic server-side competitor selection is desired rather than model-selected peers) but never gives an explicit condition or names alternative sibling tools. There are no when-not-to-use or fallback rules.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/viraj43/Indus_mcp_latest'

If you have feedback or need assistance with the MCP directory API, please join our Discord server