Summary
Three jobs, each with a name you can type in full and a name you can type in a hurry.
The surface is exactly three actions, and each takes a single argument: a prompt, a block of code, or a topic. The short forms gc, ac and tip take the same single argument as get_completion, analyze_code and developer_tip. There is nothing to configure between calls — no session, no stored state, no key.
What it is
A three-call helper server covering 6 tools: get_completion and gc take a prompt, analyze_code and ac take code, developer_tip and tip take a topic.
What you get
- A completion for a prompt, through get_completion or gc.
- An analysis of a block of code you pass in, through analyze_code or ac.
- A developer tip on a named topic, through developer_tip or tip.
Requirements
No account and no key; each call carries its own prompt, code or topic.
Setup effort
One command — npx adwords-mcp
