iiRecord
Agentic AI Atlas · GitHub: Fork Repository
tool-descriptor:github.fork-repositorya5c.ai
II.
ToolDescriptor JSON

tool-descriptor:github.fork-repository

Structured · live

GitHub: Fork Repository json

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

File · extensions/tool-descriptors/github-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:github.fork-repository",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/github-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "GitHub: Fork Repository",
    "description": "Fork a repository to the authenticated user or an organization.",
    "inputSchema": {
      "type": "object",
      "required": [
        "owner",
        "repo"
      ],
      "properties": {
        "owner": {
          "type": "string"
        },
        "repo": {
          "type": "string"
        },
        "organization": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:github.fork-repository",
      "to": "tool-server:mcp-github",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-github",
      "to": "tool-descriptor:github.fork-repository",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}