NLWeb
Our NLWeb only supports POST requests.
Example request:
curl -X POST https://glama.ai/nlweb/ask \
-H "Content-Type: application/json" \
-d '{
"query": "servers that can create PRs",
"prev": "MCP servers for working with GitHub"
}'