Submit OTP/password to an active deploy session. Always call poll_deploy_session next unless nextAction=done in response. 向活动部署会话提交 OTP/密码输入。提交后通常下一步调用 poll_deploy_session,除非返回 nextAction=done。
AI agents invoke submit_deploy_input to trigger actions in Remote Demo MCP. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.
This tool submits authentication credentials (OTP/password) to advance an active deployment session. It is a step in the broader rsync-based deployment pipeline that pushes files to remote hosts. While it doesn't directly transfer files itself, it triggers progression of an external operation (remote deployment) by completing authentication, making it Execute.
From the tool's definition Submit OTP/password to an active deploy session... 向活动部署会话提交 OTP/密码输入
Attacks that exploit this kind of access
Submit OTP/password to an active deploy session. Always call poll_deploy_session next unless nextAction=done in response. 向活动部署会话提交 OTP/密码输入。提交后通常下一步调用 poll_deploy_session,除非返回 nextAction=done。. It is categorised as a Execute tool in the Remote Demo MCP MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Remote Demo MCP server in PolicyLayer and add a rule for submit_deploy_input: 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 Remote Demo MCP. Nothing to install.
submit_deploy_input is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the submit_deploy_input 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 submit_deploy_input. 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.
submit_deploy_input is provided by the Remote Demo MCP server (jake-bcn/remote-demo-mcp). 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 →