Perplexity Tool for Claude Desktop

ask_perplexity

Ask a question to Perplexity AI

Input Schema

NameRequiredDescriptionDefault
max_tokensNoMaximum tokens in response
questionYesThe question to ask
search_domain_filterNoLimit search to specific domains
search_recency_filterNoFilter results by recencymonth
temperatureNoResponse randomness (0-2)

Input Schema (JSON Schema)

{ "properties": { "max_tokens": { "default": 1000, "description": "Maximum tokens in response", "type": "integer" }, "question": { "description": "The question to ask", "type": "string" }, "search_domain_filter": { "default": [], "description": "Limit search to specific domains", "items": { "type": "string" }, "type": "array" }, "search_recency_filter": { "default": "month", "description": "Filter results by recency", "enum": [ "day", "week", "month", "year" ], "type": "string" }, "temperature": { "default": 0.2, "description": "Response randomness (0-2)", "type": "number" } }, "required": [ "question" ], "type": "object" }

You must be authenticated.

Other Tools