Theo dõi và ghi nhận tiến độ học tập của học viên.
AI agents use track_progress to create or update resources in MCP English Tutor — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your MCP English Tutor environment.
The tool records and saves student learning progress, which is a write operation creating or modifying persistent data. Misuse could corrupt student progress records, but the blast radius is limited to educational tracking data.
From the tool's definition 'Theo dõi và ghi nhận tiến độ học tập của học viên' translates to 'Track and record the learning progress of students' — the tool writes/records progress data
Attacks that exploit this kind of access
Theo dõi và ghi nhận tiến độ học tập của học viên. It is categorised as a Write tool in the MCP English Tutor MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the MCP English Tutor MCP server in PolicyLayer and add a rule for track_progress: 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 MCP English Tutor. Nothing to install.
track_progress is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the track_progress 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.
Set action: deny in the PolicyLayer policy for track_progress. 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.
track_progress is provided by the MCP English Tutor MCP server (thanhlong27042003/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the 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 →