Anthropic
AI / ML

Anthropic Connector

Connect to Anthropic for creating messages with Claude models, counting tokens, and listing available models.

$pip install "toolsconnector[anthropic]"
14
Actions
AI / ML
Category
Free
Apache 2.0

All 14 Actions

Action Description Parameters Returns
cancel_batchCancel a message batchbatch_idAnthropicBatch
count_tokensCount tokens for a messagemodel, messagesTokenCount
create_batch ⚠Create a message batchrequestsAnthropicBatch
create_messageCreate a message with Claudemodel, messages, max_tokens  [system, temperature, tools]AnthropicMessage
delete_file ⚠Delete an uploaded filefile_idNoneType
delete_message_batch ⚠Delete a message batchbatch_idNoneType
get_batchGet a message batch by IDbatch_idAnthropicBatch
get_batch_resultsGet message batch resultsbatch_idlist
get_fileGet a file by IDfile_iddict
get_modelGet a model by IDmodel_idAnthropicModel
list_batchesList message batches[limit]list
list_filesList uploaded files[limit]list
list_modelsList available Anthropic modelslist
upload_file ⚠Upload a file for use across API callscontent, filename  [media_type]dict
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing