Settings

Theme

Agent API Spec Design: When API Callers Change from Application to AI Agent

github.com

2 points by tomsun28 23 days ago · 2 comments

Reader

tomsun28OP 23 days ago

In current AI Agent development, we are used to feeding context to Agents using Skills, Tools, MCP, or Prompts.

As agent tools continue to evolve, the initial hype around MCP has cooled down. While it standardizes how APIs are called, it also makes things more complex. It requires clients that support its protocol, and the server needs a matching protocol implementation. If it's just wrapping a bunch of API endpoints, why not just write code to call those APIs directly? Skill is a better alternative for this. More importantly, it provides instruction manuals that models can easily understand....

joaquin_arias 23 days ago

I agree that MCP adds complexity in some cases. I’ve found that using a Skill-based approach can simplify agent orchestration while keeping context manageable. Curious how others handle cross-agent communication efficiently without over-complicating the setup.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection