iiRecord
Agentic AI Atlas · specializations/cli-mcp-development/mcp-tool-documentation
lib-process:cli-mcp-development--mcp-tool-documentationa5c.ai
II.
LibraryProcess JSON

lib-process:cli-mcp-development--mcp-tool-documentation

Structured · live

specializations/cli-mcp-development/mcp-tool-documentation json

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

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:cli-mcp-development--mcp-tool-documentation",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/cli-mcp-development/mcp-tool-documentation",
    "description": "MCP Tool Documentation - Generate comprehensive documentation for MCP tools including\nschemas, examples, and integration guides for LLM consumers.",
    "libraryPath": "library/specializations/cli-mcp-development/mcp-tool-documentation.js",
    "specialization": "cli-mcp-development",
    "references": [
      "- MCP Tool Schemas: https://modelcontextprotocol.io/docs/concepts/tools",
      "- JSON Schema: https://json-schema.org/"
    ],
    "example": "const result = await orchestrate('specializations/cli-mcp-development/mcp-tool-documentation', {\n  projectName: 'database-mcp-server',\n  language: 'typescript',\n  tools: ['query', 'insert', 'update', 'delete'],\n  outputFormats: ['markdown', 'json-schema', 'openapi']\n});",
    "usesAgents": [
      "mcp-tool-documenter",
      "mcp-protocol-expert"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:cli-mcp-development--mcp-tool-documentation",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--mcp-tool-documentation",
      "to": "skill-area:mcp-server-implementation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--mcp-tool-documentation",
      "to": "skill-area:mcp-tool-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:cli-mcp-development--mcp-tool-documentation",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--mcp-tool-documentation",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--mcp-tool-documentation",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--mcp-tool-documentation",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--mcp-tool-documentation",
      "to": "workflow:sdk-api-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--mcp-tool-documentation",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--mcp-tool-documentation",
      "to": "lib-agent:cli-mcp-development--mcp-tool-documenter",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:cli-mcp-development--mcp-tool-documentation",
      "to": "lib-agent:cli-mcp-development--mcp-protocol-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}