Skip to main content
Glama

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
NameRequiredDescriptionDefault
trackNo
stateNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden and does well by disclosing return format (list of dictionaries with specific fields), error conditions (RuntimeError on gh command failure), and the fact this fetches data rather than modifies it. It doesn't mention rate limits or authentication requirements, but provides solid behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Perfectly structured with purpose statement, parameter explanations, return format, and error conditions in clear sections. Every sentence adds value with zero redundancy. The information is front-loaded with the core purpose first.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (2 parameters, list output), no annotations, but with output schema present, the description provides complete context: purpose, parameter semantics, return format, and error handling. The output schema handles return structure details, so the description focuses on semantic context appropriately.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description fully compensates by explaining both parameters: track with specific enum values and 'all' default behavior, and state with enum values and default. It adds crucial semantic meaning beyond the bare schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Fetch' and resource 'list of Agents League submissions', making the purpose specific and unambiguous. It distinguishes from siblings like get_submission_detail (single submission) and generate_ranking_report (analytical output).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context through parameter explanations (track filtering, state filtering), but doesn't explicitly state when to use this tool versus alternatives like get_submission_detail. It provides clear filtering capabilities but lacks explicit sibling comparison guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aktsmm/FY26_techconnect_saiten'

If you have feedback or need assistance with the MCP directory API, please join our Discord server