set_visibility

Toggle visibility of a tool group for this session.

Server Small nishant-iit/smallmp
Category Execute
Risk class High
Parameters 00 required

What set_visibility does on Small

AI agents invoke set_visibility to trigger actions in Small. 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.

Why set_visibility needs a policy

'Toggle visibility of a tool group' implies changing the operational state of tool availability within the session — this is an action with session-scoped side effects, not a simple read. It dynamically alters which tools are accessible, which could be misused to hide or expose functionality.

From the tool's definition Toggle visibility of a tool group for this session

Questions about set_visibility

What does the set_visibility tool do? +

Toggle visibility of a tool group for this session. It is categorised as a Execute tool in the Small MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

How do I enforce a policy on set_visibility? +

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

What risk level is set_visibility? +

set_visibility is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit set_visibility? +

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

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

set_visibility is provided by the Small MCP server (nishant-iit/smallmp). 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.