ctf_submit_flag
Submit a CTF challenge flag to verify its correctness. Receive immediate feedback indicating if the flag is correct, already solved, or incorrect.
Instructions
Submit a flag for a CTF challenge.
Returns whether the flag was correct, already solved, or incorrect.
Args: challenge_id: The challenge ID to submit for flag: The flag string (e.g. 'flag{example_flag_here}')
Example: ctf_submit_flag(challenge_id=42, flag='flag{s0m3_fl4g}')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flag | Yes | ||
| challenge_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |