check_context
Check whether relevant context exists before starting work. Get a simple yes/no with finding count and top topics to know if you have knowledge to build upon.
Instructions
Quick check if relevant context exists before starting work. CONVENIENCE TOOL.
AUTOMATIC TRIGGERS - Call this at the start of ANY new task to determine whether you have existing knowledge to build upon.
This is a convenience wrapper around search_fts that returns a simple yes/no with relevant finding count and top topics.
WORKFLOW POSITION: First tool to call when starting any task.
CONFIRMATION TIER: READ OPERATION - No confirmation needed. Safe to call freely.
PARAMETERS:
query: What you're about to work on
project: Filter by project (optional)
Returns: {has_context: bool, finding_count: int, top_findings: []}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| project | No |