Call a documented GPTProto API
gptproto_requestMake API requests to GPTProto models by calling a relative method/path with JSON, multipart, headers, and query fields. Provider prefixes are automatically stripped for official-compatible parameters.
Instructions
MCP equivalent of gptproto request: call a relative method/path published by gptproto_model_describe with the same native JSON, multipart, header, and query fields. Official-compatible model fields have the provider prefix removed automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| form | No | ||
| path | Yes | ||
| files | No | ||
| label | No | Optional local recovery label; stored locally and never sent to GPTProto | |
| query | No | ||
| method | Yes | ||
| stream | No | Request the interface's native stream and return the assembled final text | |
| headers | No | ||
| output_json | No | Return the original API JSON instead of the extracted text or media URLs | |
| allow_review | No |