iiRecord
Agentic AI Atlas · UTCP Code Mode
tool:utcp-code-modea5c.ai
II.
Tool JSON

tool:utcp-code-mode

Structured · live

UTCP Code Mode json

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

File · domain/tools/tools-agent-infrastructure.yamlCluster · domain
Record JSON
{
  "id": "tool:utcp-code-mode",
  "_kind": "Tool",
  "_file": "domain/tools/tools-agent-infrastructure.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "UTCP Code Mode",
    "homepageUrl": "https://github.com/anthropics/utcp",
    "kind": "other",
    "description": "Universal Tool Calling Protocol library that enables AI agents to\ncall MCP and UTCP tools via code execution rather than structured\ntool-use messages. Provides a programmatic interface for discovering,\ninvoking, and composing tool calls from within agent code. Useful for\nbuilding agent loops that need dynamic tool selection and chaining\nwithout relying on the model's native tool-use protocol.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:utcp-code-mode",
      "to": "skill-area:ai-agent-development",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:utcp-code-mode",
      "to": "skill-area:tool-use",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:utcp-code-mode",
      "to": "topic:agent-tool-use",
      "kind": "relates_to_topic",
      "attributes": {}
    },
    {
      "from": "tool:utcp-code-mode",
      "to": "topic:agent-effect-system",
      "kind": "relates_to_topic",
      "attributes": {}
    },
    {
      "from": "tool:utcp-code-mode",
      "to": "topic:claude-code-mcp",
      "kind": "relates_to_topic",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}