RinatKurmaev
12/20/2025, 11:27 PMChiranjeet Mishra
12/20/2025, 11:27 PMVapi Support Bot
12/20/2025, 11:27 PMid), but this field is not being filled in the test UI or when integrated with the agent, resulting in an error when making the request.
Unfortunately, I do not have additional information on why the test UI or agent is not populating the id field, or how to resolve this specific issue. If you have access to further configuration options or logs, reviewing those might help identify why the parameter is not being set.
If you have any more details or specific questions, feel free to share them!Chiranjeet Mishra
12/22/2025, 3:08 PMparameters (type: object → properties) and is marked required.
- If using the API Request tool, check that variableExtractionPlan.schema.properties is populated (dashboard currently may not sync it automatically).
2. Test with raw JSON/defaults
- In the Test panel switch to raw JSON (or paste a sample body) including the required "id" to confirm the endpoint works.
- Add a default value for id in the schema to see if the Test UI uses it.
3. Test via CLI or an actual call
- Use the CLI or make a real test call (dashboard "Call"/assistant test) — the Test UI is known to show {} sometimes while real calls include toolCallId and proper population. See Debugging quick checks: https://docs.vapi.ai/debugging
4. Workaround: create as Custom Tool
- If the API Request tool’s Test UI won’t populate fields, create the same tool as a Custom Tool (this has helped other customers). See Tools Create/Update reference: https://docs.vapi.ai/api-reference/tools/create and https://docs.vapi.ai/api-reference/tools/update
5. If problem persists — collect logs
- From Observe > Call Logs grab a failing call ID and timestamp and share it here so we can inspect whether the LLM produced the id and whether it was dropped before the tool call. Dashboard troubleshooting steps: https://docs.vapi.ai/debuggingRinatKurmaev
12/23/2025, 12:46 AMRinatKurmaev
12/23/2025, 12:51 AMRinatKurmaev
12/23/2025, 12:51 AMChiranjeet Mishra
01/03/2026, 9:55 AM