prepare_script_prompt

STEP 2 for clients without sampling: Take analysis JSON from step 1 and return a formatted prompt for generating the video script. Copy the returned prompt to your LLM to get the script JSON.

Server Git Commit Video Walkthrough Generator tomatitito/code-walkthrough-mcp
Category Read
Risk class Low
Parameters 00 required

What prepare_script_prompt does on Git Commit Video Walkthrough Generator

AI agents call prepare_script_prompt to retrieve information from Git Commit Video Walkthrough Generator without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why prepare_script_prompt needs a policy

This tool reads input data (analysis JSON) and formats it into a prompt string for downstream use. It performs no writes, deletions, executions, or financial operations. The output is informational only, intended to be copied to an external LLM. This is a classic Read operation: data retrieval and transformation without side effects.

From the tool's definition Tool description states it 'take[s] analysis JSON from step 1 and return[s] a formatted prompt' — a pure transformation and retrieval operation with no side effects, data modification, code execution, or external state changes.

Questions about prepare_script_prompt

What does the prepare_script_prompt tool do? +

STEP 2 for clients without sampling: Take analysis JSON from step 1 and return a formatted prompt for generating the video script. Copy the returned prompt to your LLM to get the script JSON. It is categorised as a Read tool in the Git Commit Video Walkthrough Generator MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on prepare_script_prompt? +

Register the Git Commit Video Walkthrough Generator MCP server in PolicyLayer and add a rule for prepare_script_prompt: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Git Commit Video Walkthrough Generator. Nothing to install.

What risk level is prepare_script_prompt? +

prepare_script_prompt is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit prepare_script_prompt? +

Yes. Add a rate_limit block to the prepare_script_prompt rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block prepare_script_prompt completely? +

Set action: deny in the PolicyLayer policy for prepare_script_prompt. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides prepare_script_prompt? +

prepare_script_prompt is provided by the Git Commit Video Walkthrough Generator MCP server (tomatitito/code-walkthrough-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.