cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/tools/{tool_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "source_path": "<string>", "input_schema": {} }
Returns a tool from the selected source target.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tool identifier
production
environment
preview_branch
project
Discovered project tool
Show child attributes