iiRecord
Agentic AI Atlas · Everything: Get Resource Reference
tool-descriptor:everything.get-resource-referencea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:everything.get-resource-reference

Structured · live

Everything: Get Resource Reference json

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

File · extensions/tool-descriptors/everything-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:everything.get-resource-reference",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/everything-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Everything: Get Resource Reference",
    "description": "Return a content block referencing a resource by URI.",
    "inputSchema": {
      "type": "object",
      "required": [
        "resourceId"
      ],
      "properties": {
        "resourceId": {
          "type": "integer"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "content": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:everything.get-resource-reference",
      "to": "tool-server:mcp-everything",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-everything",
      "to": "tool-descriptor:everything.get-resource-reference",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}