Skip to main content
Glama
AntonIXO

vibescience-mcp

by AntonIXO

recall

Read-onlyIdempotent

Check past hypotheses and experiments to avoid re-visiting refuted or inconclusive paths. Prioritizes failed attempts with reasons to help propose new, committed predictions.

Instructions

CALL THIS FIRST, before proposing any hypothesis (pre-mortem gate).

Returns ranked past hypotheses/experiments. Refuted and inconclusive matches are ranked to the TOP with a one-line reason they failed and the diagnostic delta that killed them — so you never silently re-walk a dead end. Also returns a calibration note if the query touches a diagnostic with a track record. After reading this, propose a NEW hypothesis (or supersede a prior one) with a committed prediction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoFree-text about the idea you're about to try
problem_idNo
topic_tagsNoe.g. [jepa, contrastive]
problem_tagsNoe.g. [attention-collapse]

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations indicate read-only and idempotent. Description adds: returns ranked results with fail reason, diagnostic delta, and calibration notes. Adds value beyond annotations without contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is front-loaded with imperative, then explains output. It is detailed but not overly verbose. Slightly long but each sentence adds value.

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 presence of an output schema and high schema coverage, the description provides sufficient context on when, why, and what to expect. Complete for the tool's complexity.

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 coverage is 75% (3 of 4 params have descriptions). The description does not add parameter-specific meaning beyond the schema. Baseline 3 is appropriate.

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 it returns ranked past hypotheses/experiments, with refuted ones ranked top and reasons. The imperative 'CALL THIS FIRST' distinguishes it from siblings like propose_hypothesis and start_experiment.

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 instructs 'CALL THIS FIRST, before proposing any hypothesis' and specifies the post-use action: propose a new hypothesis. Provides clear when and how to use, preventing re-walking dead ends.

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/AntonIXO/vibescience-mcp'

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