switch_store_management_export

从ERP系统导出招商订单开关店管理Excel文件。必须先调用 brand_select 获取 brandId,再调用 branch_select 获取 branchIds(支持多选城市)。支持1个action: export执行导出。

Server Yjzf @yjzf/mcp-server-yjzf
Category Read
Risk class Low
Parameters 75 required

What switch_store_management_export does on Yjzf

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

ParameterTypeRequiredDescription
brandId string Yes 品牌ID,必须通过 brand_select 工具获取,禁止自行编造
branchIds array Yes 城市公司ID数组,必须通过 branch_select 工具获取,可多选,禁止自行编造
searchType object Yes 查看维度(必填,单选):1=按招商加盟订单维度,2=按门店开关店维度
orderStatus array 订单状态(选填,可多选):0=已关闭,1=跟进中,2=已完成。不传则不筛选
contractStatusList array 合同状态(选填,可多选):0=未签约,1=审核通过,2=审核否决,3=待审核,4=草稿,5=已撤回,6=已回收,8=已签署。不传则不筛选
orderCreatedEndTime number Yes 订单创建结束时间(毫秒时间戳)。用户有指定日期时,必须先调用 get_current_time 获取当前时间作为参考,再用 date_to_timestamp(endOfDay=true) 转换,严禁自行估算。不提供默认值,必须让用户明确指定,时间范围最长不超过365天
orderCreatedBeginTime number Yes 订单创建开始时间(毫秒时间戳)。用户有指定日期时,必须先调用 get_current_time 获取当前时间作为参考,再用 date_to_timestamp 转换,严禁自行估算。不提供默认值,必须让用户明确指定,时间范围最长不超过365天

Parameters from the server's own tool schema.

Why switch_store_management_export needs a policy

This tool exports/reads data from an ERP system into an Excel file. It retrieves existing records about store open/close management for merchant orders. The action is 'export', which is a read/fetch operation with no data modification. Severity is low as it only reads business data.

From the tool's definition 导出招商订单开关店管理Excel文件 (export switch store management Excel file from ERP system)

Questions about switch_store_management_export

What does the switch_store_management_export tool do? +

从ERP系统导出招商订单开关店管理Excel文件。必须先调用 brand_select 获取 brandId,再调用 branch_select 获取 branchIds(支持多选城市)。支持1个action: export执行导出。. It is categorised as a Read tool in the Yjzf MCP Server, which means it retrieves data without modifying state.

What parameters does switch_store_management_export accept? +

switch_store_management_export accepts 7 parameters: brandId, branchIds, searchType, orderStatus, contractStatusList, orderCreatedEndTime, orderCreatedBeginTime. Required: brandId, branchIds, searchType, orderCreatedEndTime, orderCreatedBeginTime. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on switch_store_management_export? +

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

What risk level is switch_store_management_export? +

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

Can I rate-limit switch_store_management_export? +

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

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

switch_store_management_export is provided by the Yjzf MCP server (@yjzf/mcp-server-yjzf). 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.