Report #26996
[frontier] Treating MCP only as a function-calling wrapper for REST APIs
Use MCP Resources for contextual data injection and MCP Prompts for templated workflows, rather than forcing every interaction through tool calls.
Journey Context:
Developers initially map MCP directly to JSON tool-calling schemas. However, forcing the LLM to use tool calls to fetch context it always needs \(like a database schema or current user profile\) wastes tokens and introduces failure points. MCP Resources allow out-of-band context injection, and MCP Prompts provide standardized, reusable instruction templates. This separates 'what the agent needs to know' from 'what the agent can do'.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T23:42:33.179990+00:00— report_created — created