Skip to main content
Glama

Check if an AI tool is alive

check_tool_status
Read-only

Use this when the user asks whether a specific AI tool is alive, dead, shut down, still maintained, safe to adopt, or trustworthy — or asks for its current health, viability, or verification status. Returns a verified verdict (healthy / monitor / at-risk / shut down / delisted) with evidence: link-health probe results, a 5-signal viability assessment, real-user market sentiment, pricing reality, and verified-alive alternatives. Data comes from the RightAIChoice verification engine: 8,000+ AI tools with every vendor link re-probed on a rolling weekly cycle. Every answer states when it was last verified. Not for: tools outside the AI/software space, historical company research, or legal/financial advice. An "unknown" result means the tool is not in the catalog — it is not evidence the tool is dead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYesThe AI tool to check — product name (e.g. "Jasper") or site slug (e.g. "jasper"). Pass an ARRAY of up to 20 names to assess a whole stack at once.
response_formatNoconcise = verdict + freshness + source link. detailed = adds viability signals, link health, sentiment, pricing, and alternatives.concise

TDQS

A4.3/5.0
Behavior5/5

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

Even though annotations already mark the tool as read-only and non-destructive, the description adds substantial behavioral context: it returns a verified verdict with link-health probes, a 5-signal viability assessment, sentiment, pricing, and alternatives; data comes from an 8,000-tool engine with weekly re-probing; and every answer states its verification time. The 'unknown means not in catalog' caveat is especially important and aligns with the closed-world annotation.

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 front-loaded with the trigger case and then flows logically through output, evidence, data source, freshness, exclusions, and the unknown-result caveat. Every sentence earns its place and there is no filler or repetition.

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

Completeness5/5

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

For a two-parameter read-only tool with no output schema, the description is complete: it names the verdict values, evidence components, verification freshness, exclusions, and the meaning of 'unknown'. An agent can determine when to use it and what to expect without needing additional documentation.

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

Parameters3/5

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

Schema description coverage is 100%, so the input schema already explains both parameters well: the tool parameter accepts a name or slug and supports arrays up to 20, while response_format has a clear concise/detailed enum. The main description mentions the evidence categories but does not add meaningful parameter-level meaning beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific trigger ('asks whether a specific AI tool is alive, dead, shut down, still maintained, safe to adopt, or trustworthy') and lists the verdict types returned, making the core function concrete. It also excludes out-of-scope requests such as historical company research and legal/financial advice. However, it never explicitly contrasts sibling tools like viability_score, market_sentiment, or pricing_reality, which overlap with parts of its evidence bundle.

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 explicit 'Use this when...' and 'Not for...' guidance, so an agent knows when to invoke it and what to avoid. It also clarifies what an 'unknown' result means, preventing a common misinterpretation. Yet it does not name an alternative tool for the excluded cases, so the when-versus-alternative distinction is not fully spelled out.

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

A4.4/5.0
Disambiguation3/5

Most tools split cleanly by question shape (single-tool vs pair vs category vs market), but check_tool_status overlaps heavily with viability_score, market_sentiment, and pricing_reality by bundling the same evidence into one verdict. The extensive not-for cross-references help an agent route, yet several boundary cases like 'is this safe to adopt?' could reasonably go to multiple tools.

Naming Consistency3/5

The names are all readable lowercase snake_case, but they mix verb-led names (check_tool_status, compare_tools, find_alternatives, recommend_tools) with noun-phrase names (category_landscape, market_sentiment, pricing_reality, viability_score), and whats_changed follows neither pattern. There is no single consistent verb_noun convention, though the style is still predictable enough to be browsable.

Tool Count5/5

Ten tools is an appropriate size for a domain covering single-tool research, pairwise comparison, recommendations, alternatives, and aggregate market statistics. Each tool has a reasonably narrow slice of responsibility, so none feel redundant or like filler.

Completeness5/5

The set covers the key query lifecycle for AI-tool intelligence: liveness, viability, sentiment, pricing, change history, comparisons, alternatives, recommendations, category health, and market mortality. Cross-references between tools prevent dead ends, and the only notable limitations are explicitly disclosed rather than silently missing.

Resources