You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Currently input_schema must be a static array at registration time.
Request: Allow input_schema to be a callable that returns the schema, enabling context-aware parameters.
Use case: Automation pipelines where tool parameters depend on data collected earlier in the workflow. Parameters should exclude fields that already have values from previous steps.