Description
List all SpecterScripts or search by keyword. Returns brief summaries by default (Name, Description, Labels). Set DetailedOutput to true to include full Documentation and ScriptBlock.
Overview
Searches the SpecterScript library. By default returns only Name, Description, and Labels for each match to keep output concise. Set DetailedOutput to true to include full Documentation and ScriptBlock (use sparingly — the full output can be very large).
Example — Brief listing (default)
{
"function_call": {
"name": "SpecterScriptsList",
"arguments": {
"Filter": "lateral"
}
}
}
Example — Full detail
{
"function_call": {
"name": "SpecterScriptsList",
"arguments": {
"Filter": "lateral",
"DetailedOutput": true
}
}
}
