Agentsop HTTP Tool Wrapping

Decision protocol for wrapping a REST / GraphQL / RPC API as a tool an LLM agent can call. The load-bearing premise: the *tool surface* is an LM-friendly subset of the *API surface* — one tool per user intent, not one per endpoint. Activates when a coder agent must expose an external HTTP API to a model (function calling, tool_use, MCP, LangChain `@tool`, CrewAI `BaseTool`). Encodes the *what to surface, how to name, how to shape, how to fail* — not any single framework's API. ~80% of agent tools in production are HTTP wrappers; this is the SOP for getting them right.

agentsope 5350138 5 files · 49.5 KB Updated

File contents

agentsope/SkillAlchemy/tree/main/skills/agentsop-http-tool-wrapping commit 5350138d7f

Frequently asked questions

npx skillmds@latest add agentsope/agentsop-http-tool-wrapping