Assess whether a speaker is ready for the stage
assess_speaker_readinessAnswers 'is this person ready to speak, and what will go wrong if they are not?' Checks a proposed speaker and talk against ELC's speaker vetting process — seven years of putting people in front of 120+ engineering leaders — and returns a readiness verdict with the specific gaps to close before the event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | Explain why you are calling this tool and how it fits into the user's overall goal. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include sensitive information such as credentials, passwords, or personal data. Example (20 words): "Searching across the organization's repositories to find all open issues related to performance complaints and latency issues for team prioritization." | |
| talk_title | No | Required. The proposed talk title. | |
| has_dry_run | No | Whether a rehearsal is scheduled. | |
| prior_talks | No | How many talks they have given. | |
| has_recording | No | Whether a recording of them speaking exists. Pass it explicitly — inferring it from the background text cannot reliably read a denial like 'no recording'. | |
| writes_publicly | No | Whether they publish writing — a blog, newsletter or regular posts. | |
| speaker_background | No | Required. Role, seniority, and any prior speaking experience. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | Yes | The full human-readable report. | |
| source | Yes | Canonical engineeringleaders.io page this answer derives from. | |
| verdict | No | Headline verdict, when the tool returns one. |