Tag: user-prompt

WebSearch

– Allows Claude to search the web and use the results to inform responses
– Provides up-to-date information for current events and recent data
– Returns search result information formatted as search r

WebFetch

– Fetches content from a specified URL and processes it using an AI model
– Takes a URL and a prompt as input
– Fetches the URL content, converts HTML to markdown
– Processes the content with the prom

LS

Lists files and directories in a given path. The path parameter must be an absolute path, not a relative path. You can optionally provide an array of glob patterns to ignore with the ignore parameter.