Add Action todo.get_items filter by name/summary

Hello,

Is-it possible to add a filter by name/summary in the action todo.get_items:

action: todo.get_items
target:
  entity_id: todo.vacation_preparation
data:
  status:
    - needs_action

The same as Action todo.update_item for exemple:

action: todo.update_item
target:
  entity_id: todo.personal_tasks
data:
  item: "Submit income tax return"
  rename: "Something else"
  status: "completed"

For exemple it should be:
Add summary: in the target block (or name:)

action: todo.get_items
target:
  entity_id: todo.vacation_preparation
  summary: "Ménage à faire"
data:
  status:
    - needs_action

Kind regards,
David
From France