Find the term.
See how it fits.
Explore the concepts behind AI agents, one useful connection at a time.
Concept directory
Agent Skill
An Agent Skill packages instructions and optional resources for a recurring task. A compatible agent can discover it, load its instructions when needed, and use the included resources.
Computer Use
Computer use lets an AI system interact with software through a graphical interface. A common implementation uses screenshots for observation and tool actions such as clicks, typing, and scrolling.
Model Context Protocol
Model Context Protocol is a standard for connecting AI applications to external capabilities and information. It defines how compatible clients and servers exchange access to features such as tools, resources, and prompts.
Tool
A tool is an operation an AI application exposes for the model to request, such as searching documents or looking up a record. Its interface defines the information needed to use it.
Tool Calling
Tool calling lets a model request an operation through a structured interface. The application executes the request and makes the result available to the model.