Prompts/resources as tools

The "Prompts/resources as tools" toggle exposes prompts and resources as synthetic tools for clients that only support tools.

What changes

  • Prompts become tools named prompt_<promptName>.
  • Resources become tools named resource_<uriOrName>.

The tool description matches the original prompt or resource, and arguments are preserved.

When to enable

  • Your client cannot call prompts/get or resources/read.
  • You want a tool-only interface for all capabilities.

Notes

server side.

  • Prompts and resources remain available through their native MCP methods.
  • If a synthetic tool name collides with an existing tool, rename the prompt or resource on the
No documentation matches your search.