AI Worlds CLI Knowledge
AW
AI Worlds CLI Knowledge
/worlds_get_cli_configuration

Find CLI Configuration

Search configuration keys and environment-variable names for one CLI. Returns public schema metadata and source links, never local values.

liveverifiedunknown~5s typical
mcpprobedaiworldscli
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-claude-world-worlds-knowledge /worlds_get_cli_configuration for me.

Input

FieldTypeDescription
product*string (claude-code | codex | grok-build)
querystring default ""
includestring (config | environment | both) default "both"
availabilityarray
limitinteger default 30
offsetinteger default 0

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-claude-world-worlds-knowledge","endpoint":"/worlds_get_cli_configuration","input":{"product":"claude-code","query":"","include":"both","limit":30,"offset":0}}'
cli
npx cracked-ai run -p mcp-com-claude-world-worlds-knowledge -e /worlds_get_cli_configuration -i '{"product":"claude-code","query":"","include":"both","limit":30,"offset":0}'
mcp
run_tool({ provider: "mcp-com-claude-world-worlds-knowledge", endpoint: "/worlds_get_cli_configuration", input: {"product":"claude-code","query":"","include":"both","limit":30,"offset":0} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.