Get K4G Application Detail
k4g_get_applicationFetch a startup application's full record by ID, including reviewer notes, as JSON. Use with a valid application ID to review details; invalid IDs return an error.
Instructions
Fetch full detail for a single application by ID, including all reviewer notes.
Args:
id (string): the application ID, e.g. "K4G-2026-014"
Returns the full application record as JSON, including the notes array.
Error Handling:
Returns "Error: no application found with ID ''" if the ID doesn't exist. Use k4g_search_applications to find the correct ID first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Application ID, e.g. 'K4G-2026-014'. |