Ask about API capabilities
MCP
Ask about API capabilities
Learn about Buyer API features and capabilities using natural language questions.
This tool helps AI agents understand what the API can do without needing to read documentation.
Parameters
question: A natural language question about API capabilities
Example Questions
- “How do I create a campaign?”
- “What can I configure on a campaign?”
- “What authentication is required?”
Example Request
{
"jsonrpc": "2.0",
"id": 4,
"method": "tools/call",
"params": {
"name": "ask_about_capability",
"arguments": {
"question": "How do I create a campaign?"
}
}
}
Example Response
{
"jsonrpc": "2.0",
"id": 4,
"result": {
"content": [
{
"type": "text",
"text": "To create a campaign, use POST /campaigns with..."
}
]
}
}
POST
Ask about API capabilities
Authorizations
API key or access token
Headers
MCP session identifier from the initialize call.
Body
application/json