submit_and_pay_job_from_file
Submit and pay a job by reading input from a file, preventing large content like logs from entering the model's token output.
Instructions
Same as submit_and_pay_job, but the job input is read from a file on disk by the MCP server instead of being passed inline by the LLM. Use this when the input is large (logs, generated content, captured output) and the LLM only needs to forward it - the file content never enters the model's output tokens. input_path may be absolute or relative to the MCP server's working directory. Max file size matches the inline limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | Path to a regular file whose contents become the job input. Absolute or relative to the MCP server's working directory. | |
| provider_npub | Yes | ||
| capability | No | general | |
| kind_offset | No | ||
| timeout_secs | No | ||
| max_price_lamports | No |