AI agents call platform_prospects_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.
| Parameter | Type | Required | Description |
|---|---|---|---|
action | string | Yes | 要执行的动作 |
pageNo | number | — | 页码,仅 query 时使用,不传默认1 |
brandId | string | Yes | 品牌ID,必须通过 brand_select 工具获取,禁止自行编造 |
branchId | string | Yes | 城市公司ID(即organId),必须通过 branch_select 工具获取,禁止自行编造 |
cityCode | string | Yes | 城市编码,必须通过 branch_select 工具获取,禁止自行编造 |
pageSize | number | — | 每页条数,仅 query 时使用,不传默认20 |
branchName | string | Yes | 城市公司名称(用于文件命名),必须通过 branch_select 工具获取,禁止自行编造 |
createdTmEnd | number | — | 新增结束时间(毫秒时间戳)。用户有指定日期时,必须先调用 get_current_time 获取当前时间作为参考,再用 date_to_timestamp(endOfDay=true) 转换,严禁自行估算。不传默认今天结束 |
createdTmStart | number | — | 新增开始时间(毫秒时间戳)。用户有指定日期时,必须先调用 get_current_time 获取当前时间作为参考,再用 date_to_timestamp 转换,严禁自行估算。不传默认12个月前 |
commercialStatus | number | — | 商机状态(选填,单选)。用户未指定状态时不要传此参数(默认待解锁);仅当用户明确说'全部状态'时传-1。可选值: -1=全部状态, 0=待解锁, 1=待处理, 2=已录入, 3=已被抢 |
Parameters from the server's own tool schema.
The tool exports platform prospect details from an ERP system into an Excel file. Despite the word 'export', it is fundamentally a data retrieval/read operation — it queries and outputs existing prospect records. No data is created, modified, deleted, or financial transactions are made. The 'export' action generates a file from existing data, which is still a read-category operation.
From the tool's definition 导出平台潜客明细Excel文件 ... query预览数据, export执行导出
Risk signalsHigh parameter count (10 properties)
Attacks that exploit this kind of access
从ERP系统导出平台潜客明细Excel文件。必须先调用 brand_select 获取 brandId,再调用 branch_select 获取 branchId 和 cityCode。支持2个action: query预览数据, export执行导出。确认城市公司(必填,支持多选)、商机状态(选填,单选)、新增时间(选填,默认近12个月)。. It is categorised as a Read tool in the Yjzf MCP Server, which means it retrieves data without modifying state.
platform_prospects_export accepts 10 parameters: action, pageNo, brandId, branchId, cityCode, pageSize, branchName, createdTmEnd, createdTmStart, commercialStatus. Required: action, brandId, branchId, cityCode, branchName. The full parameter table on this page comes from the server's own tool schema.
Register the Yjzf MCP server in PolicyLayer and add a rule for platform_prospects_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.
platform_prospects_export is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the platform_prospects_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.
Set action: deny in the PolicyLayer policy for platform_prospects_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.
platform_prospects_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.
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 →