studio_permission_prose
Analyze AndroidManifest.xml for a permission and generate Play Console prose plus a video shot-list. Good for FOREGROUND_SERVICE_SPECIAL_USE and third-party app permissions. Optional device_id runs on another owned Yaver machine that has the repo.
This record as markdown: /tools/io-github-kivanccakmak-yaver/studio-permission-prose.md
What studio_permission_prose does on Yaver
AI agents call studio_permission_prose to retrieve information from Yaver without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
app | string | — | App display name for generated prose. |
path | string | — | Repo/app root on the target machine. Defaults to agent cwd. |
what | string | — | Plain-language use case. |
useCase | boolean | — | Generate narrative prose for a real background task use case. |
manifest | string | — | Explicit AndroidManifest.xml path. |
whatRuns | string | — | |
device_id | string | — | Optional owned Yaver device id/name/alias whose agent has the repo. |
permission | string | Yes | Permission or FGS type, e.g. FOREGROUND_SERVICE_SPECIAL_USE. |
progressText | string | — | |
completionText | string | — |
Parameters from the server's own tool schema.
Why studio_permission_prose is rated Low
The tool reads and analyzes AndroidManifest.xml file data and produces documentation output (prose, shot-list). This is a query/analysis operation with no capability to alter app state, execute commands, modify permissions, or cause destructive changes. The optional device_id parameter merely specifies where to read from (another Yaver machine), not what actions to perform.
From the tool's definition Tool performs 'Analyze AndroidManifest.xml for a permission' and 'generate Play Console prose plus a video shot-list'—purely analyzing an existing manifest file and generating documentation.
Risk signalsAccepts file system path (path) · High parameter count (10 properties)
Attacks that exploit this kind of access
The rule that runs studio_permission_prose safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Yaver, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For studio_permission_prose, this is the rule to start with:
studio_permission_prose is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Yaver, apply this rule, and every studio_permission_prose call is checked against it from then on.
Questions about studio_permission_prose
Analyze AndroidManifest.xml for a permission and generate Play Console prose plus a video shot-list. Good for FOREGROUND_SERVICE_SPECIAL_USE and third-party app permissions. Optional device_id runs on another owned Yaver machine that has the repo. It is categorised as a Read tool in the Yaver MCP Server, which means it retrieves data without modifying state.
studio_permission_prose accepts 10 parameters: app, path, what, useCase, manifest, whatRuns, device_id, permission, progressText, completionText. Required: permission. The full parameter table on this page comes from the server's own tool schema.
Register the Yaver MCP server in PolicyLayer and add a rule for studio_permission_prose: 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 Yaver. Nothing to install.
studio_permission_prose 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 studio_permission_prose 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 studio_permission_prose. 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.
studio_permission_prose is provided by the Yaver MCP server (yaver-cli). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Yaver, and thousands of servers like it.
This server
Across the catalogue