Skip to content

Tool Use Level Decision Point

Tool Use (aivss:TU:1.0.0)

Determines the tool use level of an AI agent based on its capabilities to interact with systems.

Value Key Definition
Viewer V The agent can only read and analyze information without making any changes.
Operator O The agent can make changes within a controlled environment, such as test systems or local files.
Administrator A The agent has full control and can make changes to privileged systems, including production environments.
Tool Use (aivss:TU:1.0.0) JSON Example
{
  "namespace": "aivss",
  "key": "TU",
  "version": "1.0.0",
  "name": "Tool Use",
  "definition": "Determines the tool use level of an AI agent based on its capabilities to interact with systems.",
  "schemaVersion": "2.0.0",
  "values": [
    {
      "key": "V",
      "name": "Viewer",
      "definition": "The agent can only read and analyze information without making any changes."
    },
    {
      "key": "O",
      "name": "Operator",
      "definition": "The agent can make changes within a controlled environment, such as test systems or local files."
    },
    {
      "key": "A",
      "name": "Administrator",
      "definition": "The agent has full control and can make changes to privileged systems, including production environments."
    }
  ]
}