SkillListResult
skill/list result: one row per typed-invocable shortcut
spelling — exactly the invocations the first-party typed dispatch accepts.
Fields and variants
Section titled “Fields and variants”skills
Source
schema/msp/experimental/msp.schema.json#/types/SkillListResult
{ "description": "`skill/list` result: one row per typed-invocable shortcut\nspelling — exactly the invocations the first-party typed dispatch accepts.", "properties": { "skills": { "description": "The session's user-invocable skill rows.", "items": { "$ref": "#/$defs/SkillCatalogEntry" }, "type": "array" } }, "required": [ "skills" ], "type": "object"}