The COMPEL Glossary Graph visualizes relationships between framework terminology, showing how concepts interconnect across domains, stages, and pillars. Term nodes cluster by pillar affiliation while cross-references reveal semantic dependencies — for example, how risk appetite connects to control effectiveness, model governance, and assurance requirements. This network representation helps practitioners navigate the framework vocabulary and understand that COMPEL terminology forms a coherent conceptual system rather than isolated definitions.
COMPEL Glossary / tool-registry
Tool registry
An authoritative inventory of tools — with schemas, permissions, owners, deprecation state, and audit log — that an agent may call.
What this means in practice
The tool registry is the governance anchor for agentic systems: unregistered tools cannot be invoked; permission changes flow through the registry rather than through prompt updates.
Synonyms
agent tool registry , tool inventory
See also
- Tool use / function calling — A prompt pattern authorizing the model to request named functions with structured arguments — searching the web, reading a database, calling a calculator, triggering an API — rather than generating all answers from its weights.
- Tool schema — The JSON-schema (or equivalent structured) definition of a tool's parameters, types, and constraints.
- Model Context Protocol (MCP) — An open protocol published by Anthropic in November 2024 for interoperability between models and tools — standardising how servers expose tools, resources, and prompts to AI clients.