fmapi-codingagent-list-models

star 3

List all serving endpoints available in your Databricks workspace

anthonyivn2 By anthonyivn2 schedule Updated 3/3/2026

name: fmapi-codingagent-list-models description: List all serving endpoints available in your Databricks workspace user_invocable: true

FMAPI List Models

List all serving endpoints available in your Databricks workspace to discover model names for FMAPI configuration.

Instructions

  1. Run the list-models command:
setup-fmapi-claudecode list-models
  1. Present the output to the user. The command displays a table of all serving endpoints with:

    • ENDPOINT NAME — The name of the serving endpoint
    • STATE — Whether the endpoint is READY or NOT_READY
    • TYPE — The endpoint type
  2. The table uses visual markers:

    • > (green) — Currently configured model (in your settings)
  3. If the command fails:

    • No config found: suggest /fmapi-codingagent-setup first
    • OAuth expired: suggest /fmapi-codingagent-reauth
    • No endpoints found: the workspace may not have FMAPI enabled
Install via CLI
npx skills add https://github.com/anthonyivn2/fmapi-codingagent-opskit --skill fmapi-codingagent-list-models
Repository Details
star Stars 3
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator