Skip to main content
Glama

get_submission_detail

Fetch detailed submission data for hackathon evaluations by parsing issue templates, extracting scoring information, and retrieving repository READMEs while maintaining anonymity during scoring.

Instructions

Fetch detailed submission data for the specified Issue number.

Parses each section of the Issue template and returns scoring data.
GitHub Username is hidden during scoring to eliminate bias, but
retained as the github_username field for report output.
If repo_url points to a GitHub repository, the README is also fetched.

Args:
    issue_number: The Issue number to fetch.

Returns:
    A dictionary containing detailed submission information.

Raises:
    RuntimeError: When gh command execution fails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_numberYes
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 key behaviors: it parses template sections, hides GitHub usernames during scoring but retains them for reports, fetches READMEs from GitHub repositories, and raises RuntimeError on command execution failure. However, it doesn't mention rate limits, authentication needs, or pagination behavior.

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?

The description is well-structured and front-loaded with the core purpose, followed by behavioral details and parameter/return documentation. Every sentence adds value without redundancy, and the Args/Returns/Raises sections are efficiently organized.

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

Completeness4/5

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

For a single-parameter tool with no annotations and no output schema, the description provides good coverage: purpose, behavioral traits, parameter meaning, and error handling. It could be more complete by detailing the return dictionary structure or authentication requirements, but it's substantially adequate given the context.

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

Parameters4/5

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

With 0% schema description coverage and only one parameter, the description adds significant value by explaining that 'issue_number' is 'The Issue number to fetch', providing context beyond the schema's title. It doesn't specify format constraints or examples, but compensates adequately for the schema gap.

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 tool's purpose with specific verbs ('fetch detailed submission data', 'parses each section', 'returns scoring data') and identifies the resource ('Issue number'). It distinguishes from siblings by focusing on detailed parsing of individual submissions rather than listing, generating reports, or managing rubrics.

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

Usage Guidelines3/5

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

The description implies usage context by specifying 'for the specified Issue number' and mentioning scoring data, but doesn't explicitly state when to use this tool versus alternatives like list_submissions or generate_ranking_report. No exclusions or prerequisites are provided.

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