get_context_info

Get metadata about the current Contextflow snapshot: repository name, branch, number of indexed files and vectorized chunks, and its processing status.

Server Contextflow millermarru/mcpcontext
Category Read
Risk class Low
Parameters 00 required

What get_context_info does on Contextflow

AI agents call get_context_info to retrieve information from Contextflow without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why get_context_info needs a policy

This tool retrieves informational metadata about a repository snapshot without querying, modifying, or executing any code. It is purely a metadata inspection utility with no destructive, write, or execution capabilities. The low severity reflects minimal risk from misuse—returning repository statistics poses no security threat.

From the tool's definition Tool description states it 'Get[s] metadata about the current Contextflow snapshot: repository name, branch, number of indexed files and vectorized chunks, and its processing status.' The verbs 'get' and the focus on retrieving metadata with no side effects…

Questions about get_context_info

What does the get_context_info tool do? +

Get metadata about the current Contextflow snapshot: repository name, branch, number of indexed files and vectorized chunks, and its processing status. It is categorised as a Read tool in the Contextflow MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on get_context_info? +

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

What risk level is get_context_info? +

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

Can I rate-limit get_context_info? +

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

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

get_context_info is provided by the Contextflow MCP server (millermarru/mcpcontext). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

get_context_info is one line of Contextflow'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.