Skip to main content
Server path: /anthropic | Type: Application | PCID required: Yes Claude models

Tools

ToolDescription
anthropic_create_messageCreate a message using Claude AI models
anthropic_list_modelsList available Claude models
anthropic_analyze_imageAnalyze an image using Claude vision capabilities
anthropic_count_tokensCount tokens in a text string for Claude models
anthropic_batch_messagesProcess multiple messages in a batch for efficiency

anthropic_create_message

Create a message using Claude AI models Parameters:
ParameterTypeRequiredDefaultDescription
modelstringNo"claude-sonnet-4-5-20250929"Claude model to use (e.g., claude-opus-4-6, claude-sonnet-4-5-20250929, claude-haiku-4-5-20251001)
messagesobject[]YesArray of conversation messages
systemstringNoSystem prompt to guide Claude behavior
maxTokensnumberNo1024Maximum tokens to generate
temperaturenumberNoSampling temperature (0-1)
topPnumberNoNucleus sampling parameter
topKnumberNoTop-k sampling parameter
streambooleanNofalseWhether to stream the response

anthropic_list_models

List available Claude models

anthropic_analyze_image

Analyze an image using Claude vision capabilities Parameters:
ParameterTypeRequiredDefaultDescription
modelstringNo"claude-sonnet-4-5-20250929"Claude model with vision capabilities
imageUrlstringNoURL of image to analyze
imageBase64stringNoBase64 encoded image data
promptstringYesQuestion or instruction about the image
maxTokensnumberNo1024Maximum tokens to generate

anthropic_count_tokens

Count tokens in a text string for Claude models Parameters:
ParameterTypeRequiredDefaultDescription
textstringYesText to count tokens for
modelstringNo"claude-sonnet-4-5-20250929"Model to use for token counting

anthropic_batch_messages

Process multiple messages in a batch for efficiency Parameters:
ParameterTypeRequiredDefaultDescription
modelstringNo"claude-sonnet-4-5-20250929"Claude model to use
requestsobject[]YesArray of message requests to process
temperaturenumberNoSampling temperature