iiRecord
Agentic AI Atlas · Tool.kind
meta-attribute:tool--kinda5c.ai
II.
MetaAttribute JSON

meta-attribute:tool--kind

Structured · live

Tool.kind json

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

File · catalog-meta/meta-registry/meta-registry-domain-extras.yamlCluster · catalog-meta
Record JSON
{
  "id": "meta-attribute:tool--kind",
  "_kind": "MetaAttribute",
  "_file": "catalog-meta/meta-registry/meta-registry-domain-extras.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "displayName": "Tool.kind",
    "name": "kind",
    "parentNodeKindId": "meta-node-kind:tool",
    "type": "enum<build-tool,package-manager,linter,formatter,transpiler,bundler,container,orchestrator,iac,debugger,profiler,test-runner,ci,secrets-manager,observability,sql-tool,api-tool,config-mgmt,other>",
    "required": false,
    "description": "kind on Tool."
  },
  "outgoingEdges": [
    {
      "from": "meta-attribute:tool--kind",
      "to": "meta-node-kind:tool",
      "kind": "defined_on",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "meta-node-kind:tool",
      "to": "meta-attribute:tool--kind",
      "kind": "contains_meta_attribute",
      "attributes": {}
    }
  ]
}