list_submissions
Fetch and filter GitHub hackathon submissions from the Agents League to review project entries by track and status.
Instructions
Fetch the list of Agents League submissions.
Args:
track: Track name to filter by.
``"creative-apps"`` | ``"reasoning-agents"`` | ``"enterprise-agents"`` | None (all)
state: Issue state. ``"open"`` | ``"closed"`` | ``"all"``
Returns:
A list of submission summaries. Each element is a dictionary
containing issue_number, title, track, project_name, repo_url,
created_at, has_demo.
Raises:
RuntimeError: When gh command execution fails.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | No | ||
| state | No | all |