iiRecord
Agentic AI Atlas · Context7: Get Library Docs
tool-descriptor:context7.get-library-docsa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:context7.get-library-docs

Structured · live

Context7: Get Library Docs json

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

File · extensions/tool-descriptors/context7-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:context7.get-library-docs",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/context7-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Context7: Get Library Docs",
    "description": "Fetch up-to-date documentation snippets for a Context7-compatible library ID.",
    "inputSchema": {
      "type": "object",
      "required": [
        "context7CompatibleLibraryID"
      ],
      "properties": {
        "context7CompatibleLibraryID": {
          "type": "string"
        },
        "topic": {
          "type": "string"
        },
        "tokens": {
          "type": "integer"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "docs": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:context7.get-library-docs",
      "to": "tool-server:mcp-context7",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-context7",
      "to": "tool-descriptor:context7.get-library-docs",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}