Anthropic · Arazzo Workflow
Anthropic Discover a Model and Send a Message
Version 1.0.0
List available models, confirm a chosen model exists, then create a message with it.
View Spec
View on GitHub
Artificial IntelligenceClaudeFoundation ModelsLarge Language ModelsMachine-LearningMCPAgentsArazzoWorkflows
Provider
Workflows
discover-model-and-message
Pick an available model, validate it, and generate a message with it.
Lists the available Claude models, confirms the requested model id resolves via the Get Model endpoint, and then calls Create Message to generate a response from that model.
1
listModels
List the models available to this account so a caller can confirm the desired model is present before using it.
2
validateModel
Resolve the requested model id to confirm it exists and is available before attempting to generate a message with it.
3
createMessage
Send a single user message to the validated model and capture the generated content and token usage.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.