Skip to content

[Bug]: The "schema" field in the input schema needs to be modified or removed #417

@chung1912

Description

@chung1912

Version

main

App

  • Cursor
  • Windsurf
  • VSCode
  • VSCode Insiders
  • Claude Desktop
  • Other

Affected Models (if applicable)

  • Claude 3.5 Sonnet
  • Claude 3.7 Sonnet
  • GPT-4a
  • o4-mini
  • Other

Bug Description

{
  "type": "object",
  "properties": {
    "database": {
      "type": "string",
      "description": "Database name"
    }
  },
  "required": [
    "database"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

The $schema here contains the special symbol $, which may cause errors during use in some cases. It is recommended to delete this field or change $schema to schema to avoid such issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions