iiRecord
Agentic AI Atlas · AnyCLI Tool Example
tool-server:anycli-tool-examplea5c.ai
II.
ToolServer JSON

tool-server:anycli-tool-example

Structured · live

AnyCLI Tool Example json

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

File · extensions/tool-servers/anycli-tool-example.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:anycli-tool-example",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/anycli-tool-example.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "AnyCLI Tool Example",
    "description": "Example tool server demonstrating the AnyCLI protocol. Wraps arbitrary CLI commands as tool descriptors for AI agent invocation. Reference implementation for custom protocol adapters.",
    "protocol": "anycli",
    "category": "devtools",
    "repoUrl": "https://github.com/a5c-ai/babysitter",
    "maintainer": "a5c-ai",
    "tools": [
      "tool-descriptor:long-build"
    ],
    "sourceRef": "source-ref:a5c-anycli-examples"
  },
  "outgoingEdges": [
    {
      "from": "tool-server:anycli-tool-example",
      "to": "tool-descriptor:long-build",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    },
    {
      "from": "tool-server:anycli-tool-example",
      "to": "extension-interface:reactor",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "tool-server:anycli-tool-example",
      "to": "source-ref:a5c-anycli-examples",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "tool-server:anycli-tool-example",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}