compute_barrier
Compute barrier_score (0-24) + label (PRISTINE/OPEN/COMPETITIVE/CROWDED) from competitor counts + SERP noise fraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serpNoise | No | ||
| directCompetitorCount | Yes | ||
| adjacentCompetitorCount | No |
Compute barrier_score (0-24) + label (PRISTINE/OPEN/COMPETITIVE/CROWDED) from competitor counts + SERP noise fraction.
| Name | Required | Description | Default |
|---|---|---|---|
| serpNoise | No | ||
| directCompetitorCount | Yes | ||
| adjacentCompetitorCount | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden. It discloses the output scale and label set, but does not explain how the inputs map to the score (e.g., thresholds, direction of the score, or edge cases). This is acceptable for a pure computation tool but not fully transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence with no filler; it front-loads the output and lists the input variables compactly. Every phrase carries meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple computation tool with no output schema, the description states both the return value (score range and label set) and the input basis, which is enough to invoke it. It omits the scoring logic, but that is not necessary for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It conceptually covers all three inputs ('competitor counts' includes direct and adjacent, plus 'SERP noise fraction'), but it does not explain the direct/adjacent distinction or default behavior; the schema's constraints must fill that gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Compute') and names the exact resource and output shape (barrier_score 0-24 plus a label category). It also identifies the inputs, so the tool's function is clear even though it does not explicitly compare itself to sibling compute_* tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is only implied: this is the tool to use when you need a barrier score from competitor counts and SERP noise. There is no explicit when-to-use/when-not-to-use guidance or mention of alternative sibling scoring tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.