AGENTVIEW TOOLS

81 tools from the agentView MCP Server, categorised by risk level.

READ 37 tools
Read allocate_licenses Allocates premium display licenses from the authenticated user's Premium plan to an organization. Premium u... Read fetch Retrieves the full details of a single agentView resource identified by its URI. Use this after search to r... Read get_account Returns the authenticated user's account profile including userId, name, email, plan with feature details, ... Read get_asset Returns metadata for a single asset including its URL. Use this to verify an asset still exists before refe... Read get_auth_session Polls the status of a login session created by create_auth_session. Use this after create_auth_session; pol... Read get_billing_url Returns a URL to the user's billing and subscription page where they can purchase or manage premium display... Read get_data_slot Returns the current JSON content and metadata of a data slot by slug. Supply group_id to look up a group sl... Read get_data_slot_usage Lists displays whose IdleHtmlContent embeds a {{slot:<slug>}} placeholder for this data slot (with optional... Read get_display Returns the full details of a single display including its live state, current content, pairing links, scre... Read get_display_agent_artifact Returns the agent-onboarding artifact body ready to paste/install, with {{slot:KEY.prop}} placeholders SUBS... Read get_display_capabilities Returns resolved display capabilities for a display, including effective network mode plus concrete browser... Read get_display_content Returns the current content state of a display including active live content, content URL, idle content and... Read get_display_preview_url Generates a short-lived signed share link for the display's CURRENT content. This is the ONLY supported way... Read get_license_info Returns the authenticated user's complete license allocation overview: total premium licenses, personal usa... Read get_organization Returns full details of a specific organization including its displays, members with roles, allocated slots... Read get_pricing Returns agentView plan pricing, features and upgrade options. Use this when the user asks about pricing, co... Read get_public_status Returns the server's public readiness status, version string and discovery URLs. Use this before authentica... Read get_storage_quota Returns the storage-pool snapshot (used / limit / remaining bytes) for the personal scope or a specific gro... Read get_store_template_agent_artifact Returns the RAW body of one agent-onboarding artifact shipped with a store template (system prompt, Agent S... Read get_store_template_content Returns the raw display HTML body of a published store template plus its static slot definitions and allowe... Read get_store_template_details Returns the full public details of a single store template: localized title, short description, long-form m... Read get_store_template_install_options Returns the displays the authenticated user can send a given store template to, plus the data slots the tem... Read list_api_keys Lists all API keys for the current user. Returns key metadata (prefix, name, scope, dates) but never the ra... Read list_assets Lists the authenticated user's uploaded assets with optional filtering by type, search term, and group. Ret... Read list_data_slots Lists data slots with optional filtering. Returns metadata only (no jsonContent). Each item includes readUr... Read list_display_categories Lists the authenticated user's personal display categories with stable IDs, paths and assignment counts. Us... Read list_displays Returns all displays accessible to the authenticated user as an array with count and display details. Use t... Read list_org_displays Returns all displays in an organization with their real-time connection status, online/offline state, and l... Read list_organizations Returns all organizations the authenticated user belongs to with their role, display count, member count an... Read list_public_api_categories Lists all public-API categories with the number of APIs in each. Call this BEFORE search_public_apis when y... Read list_store_categories Lists all published agentView store categories (e.g. Gastronomie, Wartezimmer, Empfang, Smart Home) with lo... Read read_display_html Reads the raw HTML source code currently shown on a display. Use this to inspect, modify or reuse existing ... Read search Searches agentView resources by keyword and returns a ranked list of matching resource URIs with titles and... Read search_public_apis Searches a curated catalog of 600+ free, public APIs that require no authentication and work over HTTPS — i... Read search_store_templates Searches the agentView public template store for ready-made display designs (e.g. 'Zahnarzt-Wartezimmer', '... Read test_display_content DRY-RUN validator for HTML payloads. Pushes the HTML through agentView's size + description checks WITHOUT ... Read unassign_license Removes a premium license token from a display, restoring the watermark and ad eligibility. The license ret...
WRITE 33 tools
Write assign_license Assigns a premium license token to a display, removing its watermark and making it ad-free. The user must h... Write authenticate Validates a JWT agent token and caches the resulting identity on the current MCP session so that subsequent... Write broadcast_content Sends HTML content to multiple displays at once. Provide display_ids to target specific displays or set all... Write broadcast_to_categories Sends HTML content to every display assigned to one of the selected category IDs. Set include_descendants=t... Write bulk_assign_display_category Bulk adds or removes one category across multiple displays the caller can manage. Operations are owner-scop... Write configure_display Updates hardware permission and UI settings for a display. Use this when the user wants to enable or disabl... Write create_api_key Creates a long-lived API key for server-to-server integration without OAuth. The raw key is returned only o... Write create_auth_session Creates a browser-based login session and returns a loginUrl the user must open to authenticate. Use this a... Write create_display Creates a personal display WITHOUT pairing it to physical hardware. The display starts offline and uncouple... Write create_display_category Creates a personal display category. Pass parent_category_id to create a subcategory under an existing cate... Write create_org_display Creates a new display directly within an organization WITHOUT pairing it to physical hardware. The display ... Write create_organization Creates a new organization and makes the authenticated user the owner. Use this when the user wants to set ... Write invite_member Creates an invite link to add a new member to an organization. The invite is valid for 7 days. Optionally b... Write lock_display Locks a display so that content changes such as send_html, send_url and clear_display are rejected until un... Write pair_by_code PREFERRED way to set up a physical display. Ask the user to open https://display.agentview.de on the target... Write rename_display Changes the friendly name of an existing display. Use this when the user wants to update only the display n... Write rename_display_category Renames one personal display category by stable category ID. Existing assignments and grants keep working b... Write rename_organization Renames an existing organization. Requires admin scope and admin or owner role in the organization. Write send_html Pushes raw HTML to one display, replacing current content. Prefer send_url only when the user explicitly wa... Write send_store_template_to_display Installs a published store template onto one of the authenticated user's displays. The server materializes ... Write send_url Loads a web page by URL on a display using a full-page iframe, immediately replacing whatever is currently ... Write set_data_slot Creates or updates a mutable JSON data slot (max 2 MB). Slug is stable; reusing it updates in place. The pu... Write set_display_categories_for_display Replaces the caller's personal category assignments on one display with the provided category ID list. Empt... Write set_display_embeddable_origins Sets the optional origin allowlist that restricts which third-party websites may embed this display via /di... Write set_display_grant Grants a specific user access to a specific display within an organization. Creates or updates the grant. T... Write set_display_privacy_mode Sets the per-display privacy mode that caps how long share-links can live. 'Private' (default for new displ... Write set_idle_content Sets or clears the default idle content for a display. Idle content is shown whenever the display has no ac... Write set_org_connectivity Sets the default connectivity mode and global whitelist for an organization. These settings apply to all di... Write submit_feedback Sends the user's product feedback about agentView to an internal review queue. Use this ONLY when the user ... Write unlock_display Unlocks a previously locked display so that content changes (send_html, send_url, clear_display) are accept... Write update_asset Updates the name and/or description of an existing asset. The URL does not change. At least one of name or ... Write update_member_role Changes a member's role within an organization. Cannot change your own role or the owner's role. Requires a... Write upload_asset Upload one or more files (images, fonts, CSS, video, etc.) as assets and receive stable URLs. Use these URL...
DESTRUCTIVE 11 tools
Destructive claim_display Converts an unclaimed guest or pending display into a managed personal display owned by the authenticated u... Destructive clear_display Removes the current live content from a display and returns it to its idle/default state. Viewers will imme... Destructive delete_asset Deletes one or more assets. Displays referencing deleted assets will show broken images. Requires authentic... Destructive delete_data_slot Permanently deletes a data slot. Display HTML fetching its readUrl will receive 404 after deletion. Cannot ... Destructive delete_display Permanently deletes a display and all its associated content. This action cannot be undone. Use this only w... Destructive delete_organization Permanently deletes an organization, releasing all its displays and removing all members. Only the owner ca... Destructive logout Clears the cached authentication identity from the current MCP session. Use this when the user wants to end... Destructive remove_display_from_org Removes a display from an organization, clearing its group assignment and all display grants. The display b... Destructive remove_display_grant Removes a user's access grant from a display within an organization. Requires admin scope and admin or owne... Destructive remove_member Removes a member from an organization. Transfers their owned displays to a successor, unassigns their licen... Destructive revoke_api_key Permanently revokes an API key. This is irreversible — the key will immediately stop working. Requires admi...
How many tools does the agentView MCP server have? +

The agentView MCP server exposes 81 tools across 3 categories: Read, Write, Destructive.

How do I enforce policies on agentView tools? +

Route the agentView server through the PolicyLayer gateway. Define allow, deny, or approval rules per tool in the dashboard — they are enforced on every call before it reaches the server.

What risk categories do agentView tools fall into? +

agentView tools are categorised as Read (37), Write (33), Destructive (11). Each category has a recommended default policy.

Let agents act without letting them run wild.

Route your MCP servers through PolicyLayer and every tool call is checked against your policy before it runs — allow, deny, or require approval. Per-identity grants. Full audit log. Live in minutes.

Free to start. No card required.

4,600+ MCP servers and 31,000+ tools scanned and risk-classified.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.