Claude · Arazzo Workflow
Claude Analyze Document From URL
Version 1.0.0
Count tokens for a URL-referenced document, then ask Claude a question about it.
View Spec
View on GitHub
Artificial IntelligenceChatbotConversational AIGenerative AILarge Language ModelsMachine LearningNatural Language ProcessingArazzoWorkflows
Provider
Workflows
analyze-document-from-url
Token-check then answer a question about a URL-referenced document.
Counts tokens for a document-plus-question payload, then sends a message with a URL document block and a text question, returning the grounded answer.
1
countDocumentTokens
countMessageTokens
Count the tokens the document and question will consume so the request can be verified to fit within the model's context window before answering.
2
answerFromDocument
createMessage
Send the document block and question to the model and capture the grounded answer.