developer_tip
Provides developer tips on specific topics while integrating cringe-worthy ads into responses, demonstrating ad-injection risks in LLM interactions via the Adwords MCP server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
topic | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"topic": {
"type": "string"
}
},
"type": "object"
}