Registro de cambios
Mantente al día con los últimos cambios y mejoras.
Mantente al día con los últimos cambios y mejoras.
10. Jul 2026
Compartir
Oviond’s MCP server now exposes 115 tools across 20 categories, giving AI agents practical access to the reporting workspace through natural language.
Most tools map directly to one Oviond REST API operation. Workflow tools chain several operations so an agent can complete a useful reporting job with fewer calls.
Agents can inspect account usage, manage clients, reports, dashboards, pages, widgets, templates, themes and assets, query live reporting data, manage scheduled deliveries, organise folders and media, update branding, work with custom domains, and manage team access.
Every call is automatically scoped to the authenticated Oviond account. Destructive tools are flagged so compatible MCP clients can ask for confirmation before deleting data.
Read account details and usage.
account_get · account_usage
Manage account-level reports and dashboards that are not tied to a client.
agency_list · agency_get · agency_create · agency_update · agency_duplicate · agency_delete · agency_bulk_delete
Create and manage reusable widget sections, inspect their widgets, and add them to pages.
assets_list · assets_get · assets_create · assets_update · assets_duplicate · assets_delete · assets_add_to_page · assets_list_widgets
Create and manage scheduled deliveries, test them, and inspect delivery history.
automations_list · automations_create · automations_update · automations_pause · automations_unpause · automations_test · automations_history · automations_delete
Read and update the workspace logo, favicon, and brand colours.
branding_get · branding_update
Create, inspect, update, remove, count, bulk-manage, and organise clients.
clients_list · clients_count · clients_get · clients_create · clients_update · clients_delete · clients_bulk_delete · clients_move_to_folder
Read and update agency-level company information or generate a colour palette.
company_get · company_update · company_generate_palette
Discover available data sources, metrics and dimensions; query live values; test connections; and refresh reporting data.
data_list_datasources · data_list_metrics · data_list_dimensions · data_query · reports_get_metric_values · data_fetch_resource · data_test_connection · data_list_accounts · projects_refresh_widgets · widgets_refresh
Run useful multi-step reporting jobs instead of chaining every low-level action yourself.
clients_create_with_project · projects_create_from_template · projects_add_section · projects_audit_health
List, add, and remove custom white-label domains.
domain_list · domain_add · domain_remove
Create and manage client folders.
folders_list · folders_create · folders_update · folders_delete
List, rename, and remove connected data sources.
datasources_list · datasources_rename · datasources_delete
List, rename, and remove files from the media library.
media_list · media_rename · media_delete
Create and manage pages inside reports and dashboards.
pages_list · pages_create · pages_update · pages_delete
Create and manage reports and dashboards, including duplication and bulk deletion.
projects_list · projects_get · projects_create · projects_update · projects_duplicate · projects_delete · projects_bulk_delete
Find clients and projects by name across the workspace.
search
Create and manage templates and inspect the widgets they contain.
templates_list · templates_get · templates_create · templates_update · templates_delete · templates_list_widgets
Create and manage reusable report themes.
themes_list · themes_get · themes_create · themes_update · themes_delete
Manage team members and update your own profile.
users_list · users_me · users_invite · users_edit · users_remove · users_update_profile · users_update_avatar · users_change_email
Inspect, add, edit, move, and remove text, titles, images, embeds, goals, buttons, and data widgets.
widgets_list · widgets_get · widgets_move · widgets_delete · widgets_bulk_delete · widgets_add_text · widgets_add_title · widgets_add_image · widgets_add_embed · widgets_add_goal · widgets_add_button · widgets_add_data · widgets_update_text · widgets_update_title · widgets_update_image · widgets_update_embed · widgets_update_goal · widgets_update_button · widgets_update_data
The four workflow tools handle common multi-step jobs: create a client with a starter, blank, or template-based project; create a report or dashboard from a template; add a saved section to the correct page; and audit a report or dashboard for health issues.
Tool calls return resource IDs so agents can safely chain actions, while conversations can still refer to clients, reports, and other records by human-readable name.
Explore parameters, response shapes, and the latest catalog in the Oviond MCP tool reference.