iiRecord
Agentic AI Atlas · Perplexity: Ask
tool-descriptor:perplexity.aska5c.ai
II.
ToolDescriptor JSON

tool-descriptor:perplexity.ask

Structured · live

Perplexity: Ask json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/perplexity-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:perplexity.ask",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/perplexity-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Perplexity: Ask",
    "description": "Send a query to the Perplexity Sonar API and return a web-grounded answer with citations.",
    "inputSchema": {
      "type": "object",
      "required": [
        "messages"
      ],
      "properties": {
        "messages": {
          "type": "array"
        },
        "model": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "answer": {
          "type": "string"
        },
        "citations": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:perplexity.ask",
      "to": "tool-server:mcp-perplexity",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "claim:source-provenance-run3-extensions-tool-descriptors-perplexity-mcp-tools-yaml",
      "to": "tool-descriptor:perplexity.ask",
      "kind": "about_subject"
    },
    {
      "from": "tool-server:mcp-perplexity",
      "to": "tool-descriptor:perplexity.ask",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}