---
name: evidence-query
description: Query Groundwork's evidence graph for peer-reviewed citations and empirical findings.
---

# Evidence Query Skill

This skill enables AI agents to retrieve verified empirical evidence and primary literature citations across Money, Body, Home, Life, and Tech pillars.

## Usage via MCP

```json
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "get_evidence",
    "arguments": {
      "query": "creatine monohydrate cognitive function dosing",
      "pillar": "body"
    }
  }
}
```
