[wp-trac] [WordPress Trac] #64483: Core Abilities getting error when execution

WordPress Trac noreply at wordpress.org
Thu Jan 8 11:24:37 UTC 2026


#64483: Core Abilities getting error when execution
--------------------------+-----------------------------
 Reporter:  arkenon       |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  6.9
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 When trying to execute ''"core/get-user-info"'' and ''"core/get-
 environment-info"'' with an AI assistant's function call, getting these
 errors:


 {{{
 {
                     "error": "Ability \"core/get-user-info\" does not
 define an input schema required to validate the provided input.",
                     "code": "ability_missing_input_schema",
                     "data": null
                 }
 }}}



 {{{
 {
                     "error": "Ability \"core/get-environment-info\" does
 not define an input schema required to validate the provided input.",
                     "code": "ability_missing_input_schema",
                     "data": null
                 }
 }}}


 It requires a default input_schema. So the other ability named 'core/get-
 site-info' runs succesfuly, because it has a default input_schema.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64483>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list