CompSlate

Testing guide (10 minutes)

A walkthrough for anyone evaluating CompSlate, including app directory reviewers. It uses a demo workspace with a sales team, plans and a year of deals already in it.

1. Connect (2 minutes)

Add https://compslate.com/mcp as a custom connector (see How CompSlate works for Claude, ChatGPT and Claude Code). When the sign-in page opens, enter the demo email, open Have an access code?, enter the code you were given, and click Continue, then Allow.

2. Look around (3 minutes)

Ask, one at a time:

  1. "What's in my workspace?" → get_started: workspace, role, plans and people.
  2. "How is the team doing this quarter?" → get_team_view: quota, bookings, attainment and pay per person.
  3. "Show me Ana's comp card and payout curve." → get_comp_card and render_visual.
  4. "Give me Ana's statement for last quarter." → get_statement, with a printable link.
  5. "Export last month's payroll run to Excel." → export_data: a download link.
  6. "How are MBOs going this quarter?" → get_mbo_scorecard: Chloé's meetings and the company revenue objective.

3. Make changes (5 minutes)

  1. "Record a $40,000 deal for Ben called Initech, closed today." → record_deals.
  2. "Give Chloé a $1,000 SPIF dated today." → record_payments.
  3. "Raise Ben's OTE to $175,000 from the first day of next month." → save_person returns a preview of who is affected and by how much. Nothing is saved yet.
  4. "Yes, apply it." → apply_change saves it. Ben's card now lists the change.
  5. "Compare a 50/50 split against today for the AE plan from next quarter." → save_scenario and compare_scenarios; nothing is applied.
  6. "Chloé booked 6 more meetings today." → record_results updates her MBO payout.

Everything can be checked in the web app at https://compslate.com/app, and every change appears under Activity.

What the tools do not do

CompSlate doesn't move money, make payments or execute financial transactions. It calculates what people should be paid and shows it. It only accesses the workspace's own data, never reads conversation history, and only emails people when an admin explicitly asks it to.