Skip to main content
Glama

Multi-step Hypothesis Test

test_hypothesis
Read-onlyIdempotent

Run a predefined set of live checks — such as endpoint reachability, npm counts, or substring presence — to evaluate whether a hypothesis is supported, refuted, or partially supported.

Instructions

Run a small verification plan made of concrete live checks and summarize whether a hypothesis is supported. Use this when one conclusion depends on multiple simple checks such as endpoint reachability, npm search counts, or whether a page contains an exact substring. This is a coordination tool, not an open-ended research agent: every test must be explicitly defined in advance, and tests run in order with no branching or early exit. The final verdict is mechanical: all tests passing => SUPPORTED, zero passing => REFUTED, otherwise PARTIALLY SUPPORTED. Use verify_claim when you already have evidence URLs, estimate_market for category sizing, and compare_competitors when you already know exact package names.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hypothesisYesClaim to test, for example 'there are fewer than 50 MCP email servers on npm'.
testsYesOrdered list of one to ten checks to run. Each test object uses only the fields required by its type.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hypothesisYesHypothesis that was evaluated.
testsYesPer-test execution results in input order.
verdictYesHigh-level verdict for the hypothesis.
Behavior5/5

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

Annotations already indicate readOnly, non-destructive, idempotent. Description adds that tests run in order with no branching/early exit, and the verdict is mechanical (all passing -> SUPPORTED, etc.). Detailed behavior of each test type is described (e.g., endpoint_exists performs unauthenticated GET, response_contains is case-sensitive with no DOM parsing). No contradiction 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?

Description is concise and front-loaded: the first sentence states the core purpose, followed by usage guidance, behavioral details, and alternatives. Every sentence adds value with no redundancy.

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?

Given the complexity (multiple test types, ordered list, verdict logic) and presence of an output schema, the description provides sufficient detail for an agent to select and invoke the tool correctly. It covers when to use, test behaviors, and expected outcomes.

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?

Input schema has 100% coverage with descriptions. The tool description adds context: hypothesis is a claim, tests must be explicitly defined in advance, and it explains each test type's behavior (e.g., endpoint_exists: unauthenticated GET, pass on 2xx). This enhances the schema but the schema was already detailed.

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?

Description clearly states it runs a multi-step verification plan and summarizes whether a hypothesis is supported. It distinguishes from siblings by naming alternatives (verify_claim, estimate_market, compare_competitors) and specifying usage scenarios.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'when one conclusion depends on multiple simple checks such as endpoint reachability, npm search counts...' and provides alternatives for other cases. Also clarifies it's not an open-ended research agent.

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

Install Server

Other Tools

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/anish632/ground-truth-mcp'

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