testmo_upload_case_attachment

testmo_upload_case_attachment

Server Testmo strelec00/testmo-mcp
Category Write
Risk class Medium
Parameters 00 required

What testmo_upload_case_attachment does on Testmo

AI agents use testmo_upload_case_attachment to create or update resources in Testmo — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Testmo environment.

Why testmo_upload_case_attachment needs a policy

Uploading an attachment creates or adds new data (a file/attachment record) to a test case, which is a reversible Write operation. It does not execute arbitrary code, delete data irreversibly, or move money. While uploads could theoretically be abused to store malicious files, the primary function is data creation/modification, warranting Write classification.

From the tool's definition Tool name 'testmo_upload_case_attachment' indicates creation/upload of attachment data to test cases. The 'upload' verb and context of a test management system (Testmo) suggest file/data addition operations.

Questions about testmo_upload_case_attachment

What does the testmo_upload_case_attachment tool do? +

testmo_upload_case_attachment. It is categorised as a Write tool in the Testmo MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on testmo_upload_case_attachment? +

Register the Testmo MCP server in PolicyLayer and add a rule for testmo_upload_case_attachment: 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 Testmo. Nothing to install.

What risk level is testmo_upload_case_attachment? +

testmo_upload_case_attachment is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit testmo_upload_case_attachment? +

Yes. Add a rate_limit block to the testmo_upload_case_attachment 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 testmo_upload_case_attachment completely? +

Set action: deny in the PolicyLayer policy for testmo_upload_case_attachment. 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 testmo_upload_case_attachment? +

testmo_upload_case_attachment is provided by the Testmo MCP server (strelec00/testmo-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

testmo_upload_case_attachment is one line of Testmo's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

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.