Tools reference

Leads & pipelines tools

Query your leads database, pipelines, projects, and stats.

search_leads

leads:read

Search your Linkeddit leads database for Reddit users identified as potential leads based on buying intent, niche, and engagement scores.

ParameterTypeRequiredDescription
queryyesSearch query to match against username, bio, niches, tags, or industry
subreddityesFilter by target subreddit
statusyesFilter by lead status
min_scoreyesMinimum contactability score (0-100)
limityesMax results
Try: Find my highest-intent leads in r/Entrepreneur that I haven't contacted yet.

get_user_profile

leads:read

Get a detailed Reddit user profile from the Linkeddit database including karma, post/comment counts, niches, tags, and contactability score.

ParameterTypeRequiredDescription
usernameyesReddit username to look up
Try: Pull the profile Linkeddit has on the Reddit user spez.

get_user_posts

leads:read

Get Reddit posts by a specific user from the Linkeddit database.

ParameterTypeRequiredDescription
usernameyesReddit username
subreddityesFilter posts by subreddit
limityesMax results
Try: What has the Reddit user acme_founder been posting about lately?

get_user_comments

leads:read

Get Reddit comments by a specific user from the Linkeddit database.

ParameterTypeRequiredDescription
usernameyesReddit username
subreddityesFilter comments by subreddit
limityesMax results
Try: Show recent comments from the Reddit user acme_founder.

get_lead_insights

leads:read

Get AI-generated insights about a Reddit user including their expertise level, niches, tags, and a description derived from their Reddit activity.

ParameterTypeRequiredDescription
usernameyesReddit username to get insights for
Try: What does Linkeddit know about the interests of the Reddit user acme_founder?

list_pipelines

leads:read

List your Linkeddit lead-gen pipelines (search requests) with their current processing status.

ParameterTypeRequiredDescription
limityesMax results
Try: List my lead generation pipelines and whether they've finished.

get_pipeline_results

leads:read

Get a specific lead-gen pipeline's request details and result records (status + result file).

ParameterTypeRequiredDescription
request_idyesThe pipeline (user_request) id
Try: Show the results for pipeline <id>.

get_lead_stats

leads:read

Aggregate stats across your leads: counts by status and reach-out status, and average contactability score.

Try: How many leads do I have by status?

list_projects

leads:read

List your Linkeddit lead projects (product overview, goals, audience, brand voice) used to personalize outreach.

Try: What lead projects do I have set up?

create_lead_pipeline

leads:writeuses quota

Create and queue a new lead-generation pipeline. Linkeddit scrapes and scores Reddit users (or review-site reviewers) matching your keywords, then writes them to your leads database. Consumes your execution quota; runs asynchronously (poll with get_pipeline_results).

ParameterTypeRequiredDescription
nameyesA name for this pipeline
purposeyesWhat you are looking for / the product context
keywordsyesSearch keywords (1-50)
sourceyesLead source: reddit (needs exactly 1 subreddit) or review_sites
subreddityesTarget subreddit (required for reddit source)
competitorsyesCompetitor names (review_sites source)
target_urlsyesReview URLs (review_sites source)
categoryyesOptional category
durationyesLook-back window for posts/reviews
Try: Create a pipeline to find people in r/SaaS asking for a CRM recommendation.