sync_nei_project

强制从远程NEI平台同步最新的项目数据,并更新本地缓存。当怀疑本地数据不是最新,或需要获取最近刚刚变更的后端接口、数据模型信息时,应首先调用此工具。注意:此为强制同步操作,会触发网络请求,请仅在必要时执行一次,避免重复请求。

Server Nei @leila329/nei-mcp-server
Category Write
Risk class Medium
Parameters 00 required

What sync_nei_project does on Nei

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

Why sync_nei_project needs a policy

This tool fetches data from a remote platform and writes/updates the local cache. It is not purely a read operation because it modifies local state (cache update). It is not destructive since it overwrites cache with newer data reversibly. The closest category is Write, as it creates/modifies local cached data.

From the tool's definition 强制从远程NEI平台同步最新的项目数据,并更新本地缓存 (force sync from remote NEI platform and update local cache)

Questions about sync_nei_project

What does the sync_nei_project tool do? +

强制从远程NEI平台同步最新的项目数据,并更新本地缓存。当怀疑本地数据不是最新,或需要获取最近刚刚变更的后端接口、数据模型信息时,应首先调用此工具。注意:此为强制同步操作,会触发网络请求,请仅在必要时执行一次,避免重复请求。. It is categorised as a Write tool in the Nei MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on sync_nei_project? +

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

What risk level is sync_nei_project? +

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

Can I rate-limit sync_nei_project? +

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

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

sync_nei_project is provided by the Nei MCP server (@leila329/nei-mcp-server). 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.