ac
Generate and inject cringe-worthy advertisements into LLM responses using the 'ac' tool on the Adwords MCP server. Requires a code input to demonstrate ad-injection risks and MCP server functionality.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"code": {
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}