Skip to content

[BUG] Required values should have an option to be not nullable #147

@alexzerntev

Description

@alexzerntev

Description

I had this param:

    - name: value1
      type: number
      description: "value that can be extracted from another tool (required)"

The value1 is required. I need to forbid its calling with null value (so the LLM is obliged to first find this value from another tool), but it is not possible now.

Expected Behavior

The ability to state if the value is nullable e.g:

    - name: value1
      type: number
      description: "value that can be extracted from another tool (required)"
      nullable: false

Environment

  • MXCP Version: 0.9.2
  • Python Version: 3.13
  • Operating System: MacOS
  • Installation Method: uv

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions