MCPcopy Create free account

hub / github.com/SvechaPVL/yandex-mcp / functions

Functions285 in github.com/SvechaPVL/yandex-mcp

Functiondirect_get_client_info
Get information about the current client/account. Returns account settings, limits, and permissions.
yandex_mcp/tools/direct/clients.py:33
Functiondirect_get_creatives
Get creatives (video, banners) from Yandex Direct. Types: VIDEO_EXTENSION_CREATIVE, CPC_VIDEO_CREATIVE, CPM_VIDEO_CREATIVE
yandex_mcp/tools/direct/creatives.py:91
Functiondirect_get_dictionaries
Get dictionaries from Yandex Direct. Available dictionaries: - Regions: Geographic regions for targeting - TimeZones: Availab
yandex_mcp/tools/direct/dictionaries.py:25
Functiondirect_get_feeds
Get feeds and their processing status. Statuses: NEW, UPDATING, DONE, ERROR. Shows feed name, type, URL, number of items, and linked
yandex_mcp/tools/direct/feeds.py:123
Functiondirect_get_images
Get ad images metadata from Yandex Direct. Returns image hashes, names, types, sizes, and association status. Use ad_image_hashes to
yandex_mcp/tools/direct/images.py:82
Functiondirect_get_interests
Get interest categories for targeting. Returns list of interests for use in audience targeting.
yandex_mcp/tools/direct/dictionaries.py:183
Functiondirect_get_keywords
Get list of keywords from Yandex Direct. Retrieves keywords with their bids and status.
yandex_mcp/tools/direct/keywords.py:32
Functiondirect_get_negative_keyword_shared_sets
Get negative keyword shared sets from Yandex Direct. Shared sets contain negative keywords that can be linked to multiple campaigns.
yandex_mcp/tools/direct/negative_keywords_shared.py:30
Functiondirect_get_recent_changes_timestamp
Get the current server timestamp for change tracking. Use this timestamp as the starting point for tracking changes. Store it and use
yandex_mcp/tools/direct/clients.py:266
Functiondirect_get_regions
Get geographic regions for targeting. Returns list of regions with IDs for use in geo-targeting. Useful for finding region IDs to use
yandex_mcp/tools/direct/dictionaries.py:130
Functiondirect_get_retargeting_lists
Get retargeting lists from Yandex Direct. Retargeting lists define audiences based on Metrika goals.
yandex_mcp/tools/direct/retargeting.py:38
Functiondirect_get_sitelinks
Get sitelink sets from Yandex Direct. Sitelinks are additional links shown under the main ad. Each set can contain up to 8 sitelinks.
yandex_mcp/tools/direct/sitelinks.py:29
Functiondirect_get_smart_ad_targets
Get smart ad targets (filters) and their conditions.
yandex_mcp/tools/direct/smartadtargets.py:121
Functiondirect_get_statistics
Get campaign statistics report from Yandex Direct. Retrieves performance statistics for campaigns, ads, or keywords. Report types:
yandex_mcp/tools/direct/stats.py:28
Functiondirect_get_vcards
Get vCards from Yandex Direct. VCards contain business contact information displayed in ads.
yandex_mcp/tools/direct/vcards.py:29
Functiondirect_link_callouts_to_ad
Link callout extensions to a text ad. Links existing callouts to an ad. The ad will need re-moderation.
yandex_mcp/tools/direct/adextensions.py:143
Functiondirect_moderate_ads
Submit ads for moderation. Sends ads to be reviewed by Yandex moderators. Required after creating or updating ads. Can use ca
yandex_mcp/tools/direct/ads.py:390
Functiondirect_set_bid_modifier
Set bid modifier value.
yandex_mcp/tools/direct/bidmodifiers.py:195
Functiondirect_set_keyword_bids
Set bids for keywords. Updates search and/or network bids for specified keywords.
yandex_mcp/tools/direct/keywords.py:127
Functiondirect_toggle_bid_modifiers
Enable or disable bid modifiers.
yandex_mcp/tools/direct/bidmodifiers.py:260
Functiondirect_update_ad
Update a text ad. Allows updating ad title, text, and landing page URL. Only specified fields will be updated. Note: Updated
yandex_mcp/tools/direct/ads.py:323
Functiondirect_update_adgroup
Update ad group settings. Allows updating ad group name, regions, negative keywords, and tracking params. Only specified fields will
yandex_mcp/tools/direct/adgroups.py:146
Functiondirect_update_campaign
Update campaign settings. Allows updating campaign name, daily budget, dates, and negative keywords. Only specified fields will be up
yandex_mcp/tools/direct/campaigns.py:96
Functiondirect_update_feed
Update an existing feed (name, URL, credentials).
yandex_mcp/tools/direct/feeds.py:188
Functiondirect_update_negative_keyword_shared_set
Update a negative keyword shared set. Updates the name and/or keywords in the set. Note: Setting negative_keywords replaces all exist
yandex_mcp/tools/direct/negative_keywords_shared.py:133
Functiondirect_update_retargeting_list
Update a retargeting list.
yandex_mcp/tools/direct/retargeting.py:144
Functiondirect_upload_image
Upload a base64-encoded image to Yandex Direct. Returns AdImageHash which can be used in image ads. Supported formats: JPEG, GIF, PNG
yandex_mcp/tools/direct/images.py:25
Functiondirect_upload_video
Upload a video file for use as video extension in ads. Supported formats: MP4, WebM, MOV, QT, FLV, AVI. Max size: 100 MB. Duration: 5
yandex_mcp/tools/direct/advideos.py:50
Functionfake_client
(monkeypatch)
tests/test_webmaster_v4_write.py:68
Functionhandler
(params)
yandex_mcp/tools/direct/_helpers.py:199
Methodjson
(self)
tests/test_wordstat_v2.py:147
Functionmcp_instance
Return a fresh FastMCP instance with all tools registered.
tests/conftest.py:14
Functionmetrika_add_delegate
Add a delegate who can access your counters. The delegate will be able to view and manage all your counters.
yandex_mcp/tools/metrika/labels.py:378
Functionmetrika_add_grant
Grant access to a Metrika counter for another user. Permission levels: - view: Read-only access to statistics - edit: Can edi
yandex_mcp/tools/metrika/grants.py:60
Functionmetrika_create_annotation
Create a chart annotation to mark an important event. Useful for marking promotions, site changes, technical issues, etc.
yandex_mcp/tools/metrika/labels.py:244
Functionmetrika_create_counter
Create a new Metrika counter. Creates a counter for tracking website statistics.
yandex_mcp/tools/metrika/counters.py:118
Functionmetrika_create_filter
Create a new filter for a Metrika counter. Filters allow you to exclude or include specific traffic. Filter attributes (attr):
yandex_mcp/tools/metrika/filters.py:61
Functionmetrika_create_goal
Create a new goal for a Metrika counter. Goals track conversions like page visits, form submissions, clicks, etc. Goal types:
yandex_mcp/tools/metrika/goals.py:61
Functionmetrika_create_label
Create a new label for organizing counters.
yandex_mcp/tools/metrika/labels.py:76
Functionmetrika_create_segment
Create a new segment for a Metrika counter. Segments allow you to analyze specific audience subsets. Example expressions: -
yandex_mcp/tools/metrika/segments.py:61
Functionmetrika_delete_annotation
Delete a chart annotation.
yandex_mcp/tools/metrika/labels.py:314
Functionmetrika_delete_counter
Delete a Metrika counter. WARNING: This action is irreversible. All historical data will be lost.
yandex_mcp/tools/metrika/counters.py:218
Functionmetrika_delete_delegate
Remove a delegate's access to your counters.
yandex_mcp/tools/metrika/labels.py:409
Functionmetrika_delete_filter
Delete a filter from a Metrika counter.
yandex_mcp/tools/metrika/filters.py:159
Functionmetrika_delete_goal
Delete a goal from a Metrika counter. WARNING: Historical conversion data for this goal will be lost.
yandex_mcp/tools/metrika/goals.py:152
Functionmetrika_delete_grant
Revoke access to a Metrika counter for a user.
yandex_mcp/tools/metrika/grants.py:141
Functionmetrika_delete_label
Delete a label. Counters linked to this label will be unlinked but not deleted.
yandex_mcp/tools/metrika/labels.py:129
Functionmetrika_delete_segment
Delete a segment from a Metrika counter.
yandex_mcp/tools/metrika/segments.py:145
Functionmetrika_get_annotations
Get chart annotations for a counter. Annotations mark important events on Metrika charts.
yandex_mcp/tools/metrika/labels.py:202
Functionmetrika_get_comparison_report
Get comparison report between two segments/periods. Compares metrics between two different time periods or segments. Useful for analy
yandex_mcp/tools/metrika/reports.py:173
Functionmetrika_get_counter
Get detailed information about a specific counter. Retrieves full counter settings including code options, webvisor, and grants.
yandex_mcp/tools/metrika/counters.py:68
Functionmetrika_get_counters
Get list of Metrika counters (tags). Retrieves all counters accessible to the user.
yandex_mcp/tools/metrika/counters.py:31
Functionmetrika_get_delegates
Get list of delegates who have access to your counters. Delegates can view and manage counters on your behalf.
yandex_mcp/tools/metrika/labels.py:340
Functionmetrika_get_drilldown_report
Get drilldown (hierarchical) report from Yandex Metrika. Creates tree-view reports where you can drill down into specific branches. F
yandex_mcp/tools/metrika/reports.py:220
Functionmetrika_get_filters
Get filters for a Metrika counter. Filters exclude or include specific traffic from statistics.
yandex_mcp/tools/metrika/filters.py:31
Functionmetrika_get_goals
Get goals for a Metrika counter. Retrieves all configured goals for tracking conversions.
yandex_mcp/tools/metrika/goals.py:31
Functionmetrika_get_grants
Get access grants for a Metrika counter. Shows all users who have access to this counter.
yandex_mcp/tools/metrika/grants.py:30
Functionmetrika_get_labels
Get all labels for organizing counters. Labels help group and organize multiple Metrika counters.
yandex_mcp/tools/metrika/labels.py:42
Functionmetrika_get_offline_conversions_status
Get status of offline conversions uploads. Shows processing status and any errors.
yandex_mcp/tools/metrika/offline.py:97
Functionmetrika_get_report
Get statistics report from Yandex Metrika. Retrieves traffic statistics with customizable metrics and dimensions. Common metrics:
yandex_mcp/tools/metrika/reports.py:35
Functionmetrika_get_report_by_time
Get time-based statistics report from Yandex Metrika. Retrieves statistics grouped by time periods (day, week, month, etc.). Useful f
yandex_mcp/tools/metrika/reports.py:98
Functionmetrika_get_segments
Get segments for a Metrika counter. Segments allow you to analyze subsets of your audience.
yandex_mcp/tools/metrika/segments.py:31
Functionmetrika_link_counter_to_label
Link a counter to a label for organization.
yandex_mcp/tools/metrika/labels.py:154
Functionmetrika_unlink_counter_from_label
Unlink a counter from a label.
yandex_mcp/tools/metrika/labels.py:176
Functionmetrika_update_annotation
Update a chart annotation.
yandex_mcp/tools/metrika/labels.py:284
Functionmetrika_update_counter
Update a Metrika counter settings. Allows updating counter name, site, and favorite status.
yandex_mcp/tools/metrika/counters.py:177
Functionmetrika_update_filter
Update an existing filter.
yandex_mcp/tools/metrika/filters.py:121
Functionmetrika_update_goal
Update an existing goal. Allows updating goal name and conditions.
yandex_mcp/tools/metrika/goals.py:113
Functionmetrika_update_grant
Update access grant for a user. Changes permission level or comment.
yandex_mcp/tools/metrika/grants.py:105
Functionmetrika_update_label
Update a label's name.
yandex_mcp/tools/metrika/labels.py:104
Functionmetrika_update_segment
Update an existing segment.
yandex_mcp/tools/metrika/segments.py:109
Functionmetrika_upload_calls
Upload call data to Yandex Metrika. Links phone call data to website visits. Useful for call tracking integration. Call data
yandex_mcp/tools/metrika/offline.py:147
Functionmetrika_upload_expenses
Upload advertising expenses to Yandex Metrika. Links advertising costs from non-Yandex sources. Expenses are matched by UTM parameter
yandex_mcp/tools/metrika/offline.py:213
Functionmetrika_upload_offline_conversions
Upload offline conversions to Yandex Metrika. Offline conversions link CRM data to website visits. Requires ClientID, UserID, or YCLI
yandex_mcp/tools/metrika/offline.py:35
Functionmetrika_upload_user_parameters
Upload user parameters/attributes to Yandex Metrika. Enriches visitor data with CRM attributes. Parameters can be used for segmentati
yandex_mcp/tools/metrika/offline.py:274
Methodpost
(self, url, json=None, headers=None)
tests/test_wordstat_v2.py:160
Methodraise_for_status
(self)
tests/test_wordstat_v2.py:144
Functionregister
Register Webmaster tools.
yandex_mcp/tools/webmaster.py:57
Functionregister
Register Wordstat tools.
yandex_mcp/tools/wordstat.py:156
Functionregister
Register filter tools.
yandex_mcp/tools/metrika/filters.py:18
Functionregister
Register grant (access) tools.
yandex_mcp/tools/metrika/grants.py:17
Functionregister
Register offline data tools.
yandex_mcp/tools/metrika/offline.py:18
Functionregister
Register report tools.
yandex_mcp/tools/metrika/reports.py:22
Functionregister
Register labels, annotations, and delegates tools.
yandex_mcp/tools/metrika/labels.py:25
Functionregister
Register goal tools.
yandex_mcp/tools/metrika/goals.py:18
Functionregister
Register counter tools.
yandex_mcp/tools/metrika/counters.py:18
Functionregister
Register segment tools.
yandex_mcp/tools/metrika/segments.py:18
Functionregister
Register campaign tools.
yandex_mcp/tools/direct/campaigns.py:20
Functionregister
Register keyword tools.
yandex_mcp/tools/direct/keywords.py:19
Functionregister
Register bid modifier tools.
yandex_mcp/tools/direct/bidmodifiers.py:18
Functionregister
Register ad tools.
yandex_mcp/tools/direct/ads.py:22
Functionregister
Register negative keyword shared sets tools.
yandex_mcp/tools/direct/negative_keywords_shared.py:17
Functionregister
Register ad group tools.
yandex_mcp/tools/direct/adgroups.py:17
Functionregister
Register feed tools.
yandex_mcp/tools/direct/feeds.py:53
Functionregister
Register ad image tools.
yandex_mcp/tools/direct/images.py:12
Functionregister
Register retargeting tools.
yandex_mcp/tools/direct/retargeting.py:21
Functionregister
Register sitelinks tools.
yandex_mcp/tools/direct/sitelinks.py:16
Functionregister
Register ad video tools.
yandex_mcp/tools/direct/advideos.py:37
Functionregister
Register dictionary tools.
yandex_mcp/tools/direct/dictionaries.py:12
Functionregister
Register client and changes tools.
yandex_mcp/tools/direct/clients.py:16
← previousnext →101–200 of 285, ranked by callers