fmapi-codingagent-validate-models

star 3

Validate that the configured FMAPI model exists and is ready in the workspace

anthonyivn2 By anthonyivn2 schedule Updated 4/4/2026

name: fmapi-codingagent-validate-models description: Validate that the configured FMAPI model exists and is ready in the workspace user_invocable: true

FMAPI Validate Models

Validate that the configured model name exists as a serving endpoint in your Databricks workspace and is in a READY state.

Instructions

  1. Run the validate-models command:
setup-fmapi-codex validate-models
  1. Present the output to the user. The command checks the configured model and reports:

    • PASS — Endpoint exists and is READY
    • WARN — Endpoint exists but is not in READY state
    • FAIL — Endpoint not found in the workspace
    • SKIP — Model not configured
  2. If the model fails validation:

    • The command exits with code 1
    • Suggest running $fmapi-codingagent-list-models to discover available endpoint names
    • Suggest re-running $fmapi-codingagent-setup with the correct model name
  3. If the command fails before validation:

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