Skip to main content
Glama

Greenhouse

AI Visibility Check

ai_visibility_check
Read-onlyIdempotent

Probe one or more LLMs for what they know about a business / brand / product / topic and score visibility (0-100) per model. Default model is Workers AI Llama-3.3-70b (free); pass _apiKey to also probe Anthropic (BYO key — you pay Anthropic directly for those calls). Returns per-model {score, confidence, signals, raw_response} + a combined view. Useful for AI-marketing audits, pre-launch brand checks, competitive monitoring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityYesThe thing to ask about. Brand/business name, product name, person, or topic. E.g. "Pipeworx", "OpenInvoice", "Acme Corp pricing".
modelsNoWhich models to probe. Supported: "workers-ai" (free default), "anthropic" (requires _apiKey). Omit for just workers-ai.
_apiKeyNoOptional Anthropic API key (sk-ant-...) — only needed if "anthropic" is in models. Passed straight through to api.anthropic.com.
contextNoOptional: a phrase locating the entity (e.g. "Boston restaurant", "B2B SaaS"). Helps disambiguate common names.

Schema Changelog

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

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already indicate readOnly, openWorld, idempotent, and non-destructive behavior. The description adds valuable behavioral details: the default model (Workers AI Llama 3.3, free), the requirement for a user-provided API key to probe Anthropic (with direct payment to Anthropic), and the return structure (per-model score, confidence, signals, raw_response plus combined view). No contradictions with annotations.

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 compact three-sentence paragraph. The first sentence states the core purpose, the second adds functional details (default model and optional Anthropic), and the third provides use cases and return summary. Information is front-loaded and each sentence earns its place without redundancy.

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?

The description covers the core functionality, parameters, default behavior, and return structure. Given the absence of an output schema, it compensates by describing the per-model and combined view. However, it could be improved by noting any rate limits or model availability constraints. Overall, it is sufficiently complete for an agent to invoke the tool correctly.

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?

Schema description coverage is 100%, so baseline is 3. The description enhances parameter understanding by specifying that 'workers-ai' is the default model and that '_apiKey' is only needed if probing Anthropic. It also clarifies that 'context' helps disambiguate. This adds value beyond the schema descriptions.

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 verb 'Probe', the resource 'LLMs', and the outcome 'score visibility (0-100) per model'. It also specifies the default model and an optional provider (Anthropic), making the tool's function unambiguous. While not explicitly differentiating from every sibling, its focus on AI visibility scoring is distinct from tools like deep_research or entity_profile.

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 provides concrete use cases: 'AI-marketing audits, pre-launch brand checks, competitive monitoring'. This guides when to use the tool effectively. However, it does not explicitly mention when not to use it or offer alternatives among siblings, slightly reducing the score from perfect.

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

A3.8/5.0
Disambiguation4/5

Most tools have distinct purposes with detailed descriptions, but some overlap exists between research tools like ask_pipeworx, deep_research, and bet_research, which could confuse an agent. The Greenhouse-specific tools are clearly separated by the 'greenhouse_' prefix, aiding disambiguation.

Naming Consistency3/5

Tool names follow snake_case but vary in style: some have a prefix like 'greenhouse_' or 'pipeworx_', others do not (e.g., ask_pipeworx vs. deep_research). The verb-object pattern is inconsistent (e.g., 'generate_llms_txt' vs. 'entity_profile'), making naming less predictable.

Tool Count2/5

35 tools is excessive for a single server, especially one named 'Greenhouse' which implies an ATS focus. The set aggregates multiple domains (ATS, data research, memory, prediction markets) without clear scoping, overwhelming the agent and reducing coherence.

Completeness3/5

The Pipeworx/data research subset is fairly complete with lookups, comparisons, verification, and subscriptions. However, the Greenhouse ATS subset lacks create/update/delete operations, leaving notable gaps. The mixed domains make overall completeness uneven.