Query Project State
query_project_stateCheck a related project's current task, session status, or recent changes to coordinate work across Claude Code sessions.
Instructions
Query the current state of a related project. Use this to check what another service is working on or its recent changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to query | |
| projectPath | Yes | Path to the project to query |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | ||
| found | Yes | ||
| status | Yes | ||
| repoPath | Yes | ||
| currentTask | No | ||
| recentChanges | No | ||
| lastActivityAt | No |