openai / openai/openai-openapi
Error property for MCPToolCall and MCPListTools is specified as string instead of object
Open
Beginner friendly
Nobody has claimed this yet.
bug
specification
- Dominant language
- No language data
- Stars
- 2.5k
- Forks
- 527
- Avg merge
- 1h 46m
- Merged PRs (30d)
- 2
Description
Both properties are defined as
error:
anyOf:
- type: string
- type: "null"
But the response from the service is
"error": {
"type": "http_error",
"code": 424,
"message": "424: "
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Find the OpenAPI definitions for MCPToolCall and MCPListTools and inspect their error properties against the response example in the issue. Update the schemas so the documented error shape matches the object response while retaining nullability, then validate the specification if the repository provides a schema check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100