Overview
The Finder tools start discovery searches, list results, and manage the team shortlist. All tools supportresponse_format (markdown or json). Markdown returns the same JSON payload inside a fenced json block. List tools use limit and offset, not page.
Starting a search consumes one discovery credit per unique search term for the selected channel. Failed starts and completed public searches with zero results are refunded automatically. Searches whose results were later shortlisted are not refunded.
Available Tools
affonso_start_finder_search
Start an Affiliate Finder search.Parameters
string
required
Search name. Must be between 1 and 120 characters.
string
required
How search terms are interpreted:
topic or competitorstring[]
required
Topic queries or competitor names. Minimum 1 term, maximum 50. Each term must be between 1 and 200 characters. Duplicate terms are searched and charged only once.
string
required
Channel to search:
websites, youtube, reddit, instagram, tiktok, linkedin, facebook, x, medium, substackstring
default:"2840"
Location code as a digit string. Default
2840 is the United States.string
default:"en"
Two-letter language code. Default
en.string[]
default:"[]"
Domains to exclude. Maximum 100 items. Each domain is at most 253 characters.
string
default:"markdown"
Response format:
markdown or jsonExample Prompts
Response
affonso_list_finder_searches
List Finder searches and their processing status, progress, result totals, and discovery-credit usage.Parameters
number
default:"20"
Number of results to return (max 100)
number
default:"0"
Number of results to skip
string
Filter by status:
pending, queued, running, analyzing, completed, failed, paused, reviewingstring
default:"markdown"
Response format:
markdown or jsonExample Prompts
Response
affonso_list_finder_results
List discovered affiliate opportunities for one Finder search.Parameters
string
required
Finder search ID
number
default:"20"
Number of results to return (max 100)
number
default:"0"
Number of results to skip
string
Filter by result category. Maximum 50 characters.
string
Filter by title or domain. Maximum 200 characters.
string
default:"markdown"
Response format:
markdown or jsonExample Prompts
Response
affonso_list_finder_shortlist
List saved Affiliate Finder opportunities across the team.Parameters
number
default:"20"
Number of results to return (max 100)
number
default:"0"
Number of results to skip
string
Filter by category. Maximum 50 characters.
string
Filter by workflow status. Maximum 50 characters.
string
Filter by name or domain. Maximum 200 characters.
string
default:"markdown"
Response format:
markdown or jsonExample Prompts
Response
affonso_add_finder_result_to_shortlist
Save a Finder result to the team shortlist. When the domain is not already saved, matching URLs in that search are grouped into one item and removed from the results. Existing shortlist domains are returned unchanged.Parameters
string
required
Finder search ID
string
required
Finder result ID to save
string
default:"markdown"
Response format:
markdown or jsonExample Prompts
Response
affonso_update_finder_shortlist_item
Update a saved Finder opportunity’s emails, social links, notes, or workflow status. At least one shortlist field must be provided.Parameters
string
required
Shortlist item ID
string[]
Replacement list of contact emails. Maximum 100 items.
string[]
Replacement list of social profile URLs. Maximum 100 items.
string | null
Notes. Maximum 5000 characters. Set to
null to clear.string | null
Workflow status. Maximum 50 characters. Set to
null to clear.string
default:"markdown"
Response format:
markdown or jsonExample Prompts
Response
affonso_delete_finder_shortlist_item
Parameters
string
required
Shortlist item ID
string
default:"markdown"
Response format:
markdown or json