Every finding on this site started with someone noticing that a tool behaved differently than its documentation claimed. If you've seen the same -- or seen something different -- that evidence makes the findings more accurate.

What counts as evidence

How to contribute

Option 1: MCP tool (if you run Navigator)

mcp__navigator__submit_finding(
  finding="your one-sentence claim",
  context="what you were building"
)

Option 2: Open a GitHub issue

Open an issue with the finding you're responding to and what you observed.

Option 3: POST to the API

curl -X POST https://mcp.theorydelta.com/api/findings \
  -H "Content-Type: application/json" \
  -d '{"finding": "your claim", "context": "what you were building"}'