get_script
ActiveTool of com.framesail/framesail
declared in 1.27.2
Read the active script's full text + the version list. Use this to show the script to your user for review/feedback before scan_script — the review-edit-resave loop (get_script -> discuss -> save_script) is the expected workflow when the user wants input.
Parameters schema
{
"type": "object",
"title": "get_scriptArguments",
"required": [
"project_id"
],
"properties": {
"project_id": {
"type": "string",
"title": "Project Id",
"description": "Project ID, as returned by create_project or list_projects"
}
}
}Parent server
com.framesail/framesail
1/7 registries