passdrill
AI & LLM Engineering · AI Agents & Tool Use · Card 025/032 easy

An MCP server for a company's internal wiki exposes: a `search_wiki` capability that the AI application's model can decide to invoke to look something up, a capability that just hands over the raw current text of a specific wiki page as contextual data without the model 'deciding' to run an action, and a reusable interaction template that pre-fills a structured prompt for 'summarize this page in plain language.' What are these three kinds of capability called in MCP's own terminology, respectively?

  1. Resources, prompts, and tools -- resources are model-invoked actions, prompts are raw contextual data, and tools are reusable interaction templates
  2. Tools, prompts, and resources -- tools are raw contextual data, prompts are model-invoked actions, and resources are reusable interaction templates
  3. Tools, resources, and prompts -- tools are executable functions the model invokes to perform actions, resources are data sources that supply contextual information, and prompts are reusable templates that structure an interaction
  4. Resources, tools, and prompts -- resources are executable actions the model invokes, tools are raw contextual data supplied to the application, and prompts are structured interaction templates
Next card → Shuffle