🔌
Tooling terms
Protocols and primitives agents use to talk to the outside world.
- 🔌ToolingContext window
The maximum number of tokens a model can consider at once — covers the system prompt, conversation, tool results, and the answer being generated.
- 🔌ToolingMCP
Model Context Protocol — an open standard that lets any agent talk to any tool or data source through a single protocol.
- 🔌ToolingStructured output
A model feature that constrains output to a specific JSON schema, making LLM responses safely parseable by downstream code.
- 🔌ToolingSystem prompt
The initial instruction text given to an LLM that sets its persona, tools, constraints, and default behavior for the session.