logoalt Hacker News

mattkricktoday at 5:08 PM4 repliesview on HN

CLI still has the possibility of being a little more token efficient, at worst it may use graphql behind the scenes.

For our company, we advertise the graphql schema to bots and they can one-shot whatever task they're trying to do. I've found that it's so good that I cancelled building an an MCP server and any skill. Just a well documented GQL schema. It's pretty remarkable.


Replies

agentdev001today at 6:06 PM

> "I've found that it's so good that I cancelled building an an MCP server and any skill. Just a well documented GQL schema. It's pretty remarkable."

This gave me a chuckle, there's some subtle irony here- especially if the documentation of the GQL schema was work that needed to be done!

show 1 reply
shrxtoday at 7:00 PM

Can you provide an example of this schema?

show 1 reply
enormousnesstoday at 5:42 PM

I think you might also have a GQL schema that's particularly well suited to what those bots need. Either that or your backend schema is relatively simple and the GQL schema covers all its possible data compositions.

saasrivalstoday at 5:31 PM

[flagged]