What is the primary function of the Web Search Tool built into Claude?	It allows Claude to search the web for up-to-date or specialized information to answer a user's question.
How does the Web Search Tool differ from the Text Editor Tool in terms of implementation?	The search is done entirely by Claude, meaning the user does not have to provide an implementation to run the search.
What is the purpose of the Web Search Schema?	It is a defined structure included in the request to enable and configure the web search functionality for Claude.
What does the `max uses` field in the Web Search Schema control?	It sets the total number of times Claude is allowed to run a search.
Name the different types of blocks that appear in a Claude response when the Web Search Tool is used.	Text block, Server Tool Use block, Web Search Tool Result block, and Citation Web Search Result Location block.
What schema field is used to restrict Claude's search to only specific websites?	The `allowed domains` field.
When designing a user interface for a response using the Web Search Tool, how should citation blocks be handled?	They should be rendered to show the domain, title, URL, and exact cited text to support the information provided.
