With Epovest, businesses make AIs recommend them.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://mcp.epovest.com/mcp67 herramientas · 730 mslist_trackersList the trackers of the account, current versions: configuration, status, keywords, analysts, project and the recalculated cost per survey. Start here to find a tracker id. Filter by project with project_id. The ones still followed come first, then the ones filed away (archive_tracker), each with…List the trackers of the account, current versions: configuration, status, keywords, analysts, project and the recalculated cost per survey. Start here to find a tracker id. Filter by project with project_id. The ones still followed come first, then the ones filed away (archive_tracker), each with…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id | string | Only the trackers of this project: the UUID of a project of the account (call list_projects), or "default" for the trackers without a project. Omitted, every t… |
create_trackerCreate a tracker in draft. It measures nothing yet: call start_tracker to launch it against the prepaid credit balance. Validation rules and messages are the same as the app configurator. Omitted, next_survey_at means the first survey runs at start_tracker. For a single reading with nothing running…Create a tracker in draft. It measures nothing yet: call start_tracker to launch it against the prepaid credit balance. Validation rules and messages are the same as the app configurator. Omitted, next_survey_at means the first survey runs at start_tracker. For a single reading with nothing running…
| Parámetro | Tipo | Descripción |
|---|---|---|
| title* | string | Display name of the tracker. |
| prompts* | array | The questions asked to the AI engines at every survey, phrased exactly as a customer would ask them. |
| engines* | array | The AI engines surveyed. A check is priced per engine, in USD: chatgpt 0.10, claude 0.20, gemini 0.10, perplexity 0.10, mistral 0.10, grok 0.20. Claude and Gro… |
| frequency* | string | How often a survey runs. on_demand puts the tracker on no schedule at all: starting it runs one survey, and every survey after that is one you ask for with sur… |
| resolution* | string | Repetitions of every question per engine and survey: hd=1, full_hd=3, 4k=6, 8k=9. Answers are stochastic; more repetitions sharpen the rates. |
| keywords | array | Names to detect in the answers: your brand and the names you compare against. Flag yours as favorite. |
| analysts | array | The lenses that score every survey. keyword_presence and share_of_voice are deterministic; sentiment and custom_prompt are AI analysts billed per analyzed resp… |
| custom_prompt | string | The instruction of the custom_prompt analyst. Required when that analyst is selected. |
| discovery | boolean | Suggest new keywords spotted in the answers. |
| notify_on_survey | boolean | Email the account owner and managers each time a survey closes with fresh data, so the results reach them on their own. On by default; send false to keep this… |
| next_survey_at | string | When the next survey runs, ISO 8601, strictly in the future; read as UTC without an offset. Later surveys keep that day and time at the pace of the frequency.… |
| project_id | string | The project the tracker is filed under: the UUID of a project of the account (call list_projects), or "default" for none. Pure organization, editable at any ti… |
update_trackerUpdate the configuration of a tracker: only the fields you send change. Keywords, analysts and the title apply in place. Changing the prompts, engines, frequency or resolution of a version that HAS measured creates a new version: the score series continues across versions, and the response carries…Update the configuration of a tracker: only the fields you send change. Keywords, analysts and the title apply in place. Changing the prompts, engines, frequency or resolution of a version that HAS measured creates a new version: the score series continues across versions, and the response carries…
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
| title | string | Display name of the tracker. |
| prompts | array | The questions asked to the AI engines at every survey, phrased exactly as a customer would ask them. |
| engines | array | The AI engines surveyed. A check is priced per engine, in USD: chatgpt 0.10, claude 0.20, gemini 0.10, perplexity 0.10, mistral 0.10, grok 0.20. Claude and Gro… |
| frequency | string | How often a survey runs. on_demand puts the tracker on no schedule at all: starting it runs one survey, and every survey after that is one you ask for with sur… |
| resolution | string | Repetitions of every question per engine and survey: hd=1, full_hd=3, 4k=6, 8k=9. Answers are stochastic; more repetitions sharpen the rates. |
| keywords | array | Names to detect in the answers: your brand and the names you compare against. Flag yours as favorite. |
| analysts | array | The lenses that score every survey. keyword_presence and share_of_voice are deterministic; sentiment and custom_prompt are AI analysts billed per analyzed resp… |
| custom_prompt | string | The instruction of the custom_prompt analyst. Required when that analyst is selected. |
| discovery | boolean | Suggest new keywords spotted in the answers. |
| notify_on_survey | boolean | Email the account owner and managers each time a survey closes with fresh data, so the results reach them on their own. On by default; send false to keep this… |
| next_survey_at | string | When the next survey runs, ISO 8601, strictly in the future; read as UTC without an offset. Later surveys keep that day and time at the pace of the frequency.… |
| project_id | string | The project the tracker is filed under: the UUID of a project of the account (call list_projects), or "default" for none. Pure organization, editable at any ti… |
start_trackerStart or restart the measurement of a tracker against the prepaid credit balance. The first survey runs there and then, whatever the frequency, unless the tracker carries a next_survey_at still in the future: with one set, nothing runs until that moment, which is how a tracker comes back on a date…Start or restart the measurement of a tracker against the prepaid credit balance. The first survey runs there and then, whatever the frequency, unless the tracker carries a next_survey_at still in the future: with one set, nothing runs until that moment, which is how a tracker comes back on a date…
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
survey_nowRun one survey of a measuring tracker right now, on top of its schedule. Its settings stay as they are: same anchor, same frequency, and the next scheduled survey keeps its date. On a tracker whose frequency is on_demand, this is how every survey after the first one happens. It debits the prepaid c…Run one survey of a measuring tracker right now, on top of its schedule. Its settings stay as they are: same anchor, same frequency, and the next scheduled survey keeps its date. On a tracker whose frequency is on_demand, this is how every survey after the first one happens. It debits the prepaid c…
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
pause_trackerPause the measurement of an active tracker. The score series is kept; start_tracker resumes it.Pause the measurement of an active tracker. The score series is kept; start_tracker resumes it.
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
archive_trackerFile a finished tracker away: a campaign that ended, a brand that was sold, a trial that is over. It moves to the end of list_trackers with archived true, stops asking for anything, and its measurement pauses in the same call if it was still running, so the spending stops there. Bring it back with…File a finished tracker away: a campaign that ended, a brand that was sold, a trial that is over. It moves to the end of list_trackers with archived true, stops asking for anything, and its measurement pauses in the same call if it was still running, so the spending stops there. Bring it back with…
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
| archived | boolean | true files the tracker away and pauses its measurement, false brings it back. Omitted, it files it away. |
list_projectsThe projects of the account: the folders trackers are filed under (one project per tracker at most; pure organization, no effect on measurement or billing). Each carries its id, name, brand canon with its current version number (canon_version), archived flag and tracker count. The folders still in…The projects of the account: the folders trackers are filed under (one project per tracker at most; pure organization, no effect on measurement or billing). Each carries its id, name, brand canon with its current version number (canon_version), archived flag and tracker count. The folders still in…
No se publicó ningún esquema de entrada para esta herramienta.
create_projectCreate a project to file trackers under: one project per BRAND, never per language. It can carry the brand canon: the reference wording every publication reuses as is, written in ONE language, its canonical language (carried at creation, it is recorded as canon version 1). The canon is never transl…Create a project to file trackers under: one project per BRAND, never per language. It can carry the brand canon: the reference wording every publication reuses as is, written in ONE language, its canonical language (carried at creation, it is recorded as canon version 1). The canon is never transl…
canon_website: Links to undeclared domain: example.com| Parámetro | Tipo | Descripción |
|---|---|---|
| name* | string | Name of the project, as the user calls it (a client, a brand, a website...). |
| canon_one_liner | string | One-sentence signature of the brand. |
| canon_short | string | THE one-sentence description third-party pages reuse as is. |
| canon_long | string | The two-sentence version, when the surface allows it. |
| canon_category | string | Category label for listings and structured data. |
| canon_language | string | Short code of the ONE language the canon is written in, like "en" or "pt-br". The canonical language settles every language call (the llms.txt of a multilingua… |
| canon_perks | array | The distinctive claims of the brand, in the order they should be hammered, written in the canonical language. Facts that hold and can be corroborated ("works w… |
| canon_website | string | The canonical address of the brand website, the one that identifies the entity. A bare domain is enough ("example.com" completes to "https://example.com"). ONE… |
| canon_legal_name | string | Registered name of the company that operates the brand, with its jurisdiction when the user states it ("Acme Holdings, LLC, Delaware, United States"). Language… |
| canon_address | string | Postal address, as written on a listing. Language-neutral: the same string everywhere, like the other facts. |
| canon_phone | string | Phone number, international prefix included. |
| canon_whatsapp | string | WhatsApp number, international prefix included. |
| canon_email | string | Public email address of the brand. |
rename_projectprivilegiadaCorrect the name of a project: the folder keeps its id, its canon, its trackers, its surfaces and its logbook, and the name shown is the only thing that changes. Names are unique per account: a name another project already goes by answers project_exists with that project, so read it back and settle…Correct the name of a project: the folder keeps its id, its canon, its trackers, its surfaces and its logbook, and the name shown is the only thing that changes. Names are unique per account: a name another project already goes by answers project_exists with that project, so read it back and settle…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
| name* | string | The name the project takes, as the user calls it (a client, a brand, a website...). |
get_canonThe brand canon of a project and every revision it went through. canon is the CURRENT wording, under the same keys update_project_canon writes (one_liner, short, long, category, language, perks, website, legal_name, address, phone, whatsapp, email), and canon_version its number. history carries eac…The brand canon of a project and every revision it went through. canon is the CURRENT wording, under the same keys update_project_canon writes (one_liner, short, long, category, language, perks, website, legal_name, address, phone, whatsapp, email), and canon_version its number. history carries eac…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
update_project_canonRevise the brand canon of a project. Field by field: a provided field replaces the current wording (an empty string clears it), an omitted field is kept as is. Any actual change records the NEXT canon version (numbered, immutable; version_created true in the answer); sending identical wording recor…Revise the brand canon of a project. Field by field: a provided field replaces the current wording (an empty string clears it), an omitted field is kept as is. Any actual change records the NEXT canon version (numbered, immutable; version_created true in the answer); sending identical wording recor…
canon_website: Links to undeclared domain: example.com| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
| canon_one_liner | string | One-sentence signature of the brand. |
| canon_short | string | THE one-sentence description third-party pages reuse as is. |
| canon_long | string | The two-sentence version, when the surface allows it. |
| canon_category | string | Category label for listings and structured data. |
| canon_language | string | Short code of the ONE language the canon is written in, like "en" or "pt-br". On a project whose canon is not posted yet, send it with at least one wording: th… |
| canon_perks | array | The distinctive claims of the brand, in the order they should be hammered, written in the canonical language. Facts that hold and can be corroborated ("works w… |
| canon_website | string | The canonical address of the brand website, the one that identifies the entity. A bare domain is enough ("example.com" completes to "https://example.com"). ONE… |
| canon_legal_name | string | Registered name of the company that operates the brand, with its jurisdiction when the user states it ("Acme Holdings, LLC, Delaware, United States"). Language… |
| canon_address | string | Postal address, as written on a listing. Language-neutral: the same string everywhere, like the other facts. |
| canon_phone | string | Phone number, international prefix included. |
| canon_whatsapp | string | WhatsApp number, international prefix included. |
| canon_email | string | Public email address of the brand. |
get_link_targetsThe addresses of the brand that a watched page can link to. Two lists come back. derived: what is already covered without anyone typing it, each row with its source, "canon" (the canonical website of the brand) or "surface" (a page of the surface registry: the site, the LinkedIn or X profile, a dir…The addresses of the brand that a watched page can link to. Two lists come back. derived: what is already covered without anyone typing it, each row with its source, "canon" (the canonical website of the brand) or "surface" (a page of the surface registry: the site, the LinkedIn or X profile, a dir…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
set_link_targetsSet the addresses of the brand that are neither its canonical website nor a page of the surface registry: a satellite domain the customer does not want to keep aligned, a tracking link, a partner page. They are set ONCE for the project and serve every line of the corroboration registry, present and…Set the addresses of the brand that are neither its canonical website nor a page of the surface registry: a satellite domain the customer does not want to keep aligned, a tracking link, a partner page. They are set ONCE for the project and serve every line of the corroboration registry, present and…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
| link_targets* | array | The FULL list of the free addresses, as absolute http(s) URLs. It replaces the previous one. |
archive_projectFile a project away once the folder has served its purpose: a client that left, a brand that was sold. It moves to the end of list_projects with archived true, and stops being offered when filing a tracker. Bring it back with archived false. Nothing is deleted and nothing cascades: the trackers fil…File a project away once the folder has served its purpose: a client that left, a brand that was sold. It moves to the end of list_projects with archived true, and stops being offered when filing a tracker. Bring it back with archived false. Nothing is deleted and nothing cascades: the trackers fil…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
| archived | boolean | true files the project away, false brings it back. Omitted, it files it away. |
list_surfacesThe surface registry of a project: the pages about the brand where the customer has the FINAL SAY (website, GitHub, LinkedIn, X, YouTube, Wikidata, directories, app stores...). The split with corroborations is control, never who wrote the page: a page the customer can change is a surface, a page wh…The surface registry of a project: the pages about the brand where the customer has the FINAL SAY (website, GitHub, LinkedIn, X, YouTube, Wikidata, directories, app stores...). The split with corroborations is control, never who wrote the page: a page the customer can change is a surface, a page wh…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
| deleted | string | Set to "only" for the surfaces taken out of the registry (delete_surface), most recently taken out first, each with its deleted_at. Omitted, the registry is li… |
| sort | string | Order of the registry. "registry", the default, is the order of the binder, by shown name, the one where a known line is found again. "authority" orders by the… |
create_surfaceRegister a surface of a project: one page about the brand where the customer has the final say (their site, their profiles, their listings, wherever they can change the content). The test that settles which registry a page belongs to: if the customer changes the page, does the change stay? Yes mean…Register a surface of a project: one page about the brand where the customer has the final say (their site, their profiles, their listings, wherever they can change the content). The test that settles which registry a page belongs to: if the customer changes the page, does the change stay? Yes mean…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
| type | string | What kind of surface this is; it picks the checklist to come. OMIT IT on creation: the type is derived from the url by the catalogue of places (github.com is G… |
| url* | string | Absolute http(s) address of the surface. |
| label | string | Display name of the surface. OMIT IT on creation: it is derived from the url (the handle on a known place, the host and path on a website). |
| languages | array | Languages of the surface, as short codes like "en" or "pt-br". A sent list replaces the previous one. |
| notes | string | Free registry notes: who owns the account, access, context. |
update_surfaceUpdate the registry sheet of a surface: only the fields you send change (a sent languages list replaces the previous one; an empty label or notes clears it). No journal line is ever written here: an alignment is earned with tick_surface_checklist, cell by cell. Languages ARE the columns of the chec…Update the registry sheet of a surface: only the fields you send change (a sent languages list replaces the previous one; an empty label or notes clears it). No journal line is ever written here: an alignment is earned with tick_surface_checklist, cell by cell. Languages ARE the columns of the chec…
| Parámetro | Tipo | Descripción |
|---|---|---|
| surface_id* | string | The UUID of the surface: call list_surfaces to find it. |
| type | string | What kind of surface this is; it picks the checklist to come. OMIT IT on creation: the type is derived from the url by the catalogue of places (github.com is G… |
| url | string | Absolute http(s) address of the surface. |
| label | string | Display name of the surface. OMIT IT on creation: it is derived from the url (the handle on a known place, the host and path on a website). |
| languages | array | Languages of the surface, as short codes like "en" or "pt-br". A sent list replaces the previous one. |
| notes | string | Free registry notes: who owns the account, access, context. |
tick_surface_checklistRecord what a surface actually carries, cell by cell, as many moves as you want in one call. The items are listed by list_surfaces as checklist.items: the template of the surface type (stable keys such as title_tag or llms_txt), then the checks the customer added of their own (add_surface_check), w…Record what a surface actually carries, cell by cell, as many moves as you want in one call. The items are listed by list_surfaces as checklist.items: the template of the surface type (stable keys such as title_tag or llms_txt), then the checks the customer added of their own (add_surface_check), w…
| Parámetro | Tipo | Descripción |
|---|---|---|
| surface_id* | string | The UUID of the surface: call list_surfaces to find it. |
| ticks* | array | The cell moves. Nothing else on the checklist changes. |
add_surface_checkAdd a check of your own to the checklist of one surface: a requirement the person holds on THAT page, in their words. It becomes REQUIRED for the page to count as aligned, exactly like the canon items of the template, and it is ticked with tick_surface_checklist at the key returned here. Reach for…Add a check of your own to the checklist of one surface: a requirement the person holds on THAT page, in their words. It becomes REQUIRED for the page to count as aligned, exactly like the canon items of the template, and it is ticked with tick_surface_checklist at the key returned here. Reach for…
| Parámetro | Tipo | Descripción |
|---|---|---|
| surface_id* | string | The UUID of the surface: call list_surfaces to find it. |
| label* | string | What the check says, as the person would read it on their checklist: one line, up to 120 characters ("The FAQ block quotes the canon boilerplate"). |
| restates_canon | boolean | true when the check restates the WORDING of the canon, so its verification perishes when the wording moves. false by default, for a check that constates someth… |
| scope | string | How many cells the check gets: "language" by default, one per language of the surface; "site" for what exists once for the whole site whatever the number of la… |
update_surface_checkCorrect a check of your own on a surface: its label, and whether it restates the canon. Only what you send changes. The key never moves, being the coordinate of the cells already recorded, so renaming a check keeps every tick it carries. Turning restates_canon on makes a tick recorded without a can…Correct a check of your own on a surface: its label, and whether it restates the canon. Only what you send changes. The key never moves, being the coordinate of the cells already recorded, so renaming a check keeps every tick it carries. Turning restates_canon on makes a tick recorded without a can…
| Parámetro | Tipo | Descripción |
|---|---|---|
| surface_id* | string | The UUID of the surface: call list_surfaces to find it. |
| check* | string | The key of the check of your own, exactly as listed by list_surfaces in checklist.custom (add_surface_check returns it too). |
| label | string | The new wording of the check, up to 120 characters. |
| restates_canon | boolean | true when the check restates the WORDING of the canon, false when it constates something else. |
delete_surface_checkprivilegiadaTake a check of your own out of the checklist of a surface: it leaves the list, stops holding the page short of aligned and stops accepting ticks. Use it when the requirement no longer applies to that page. Nothing is lost: the check and the cells it carries are kept, read back in checklist.custom…Take a check of your own out of the checklist of a surface: it leaves the list, stops holding the page short of aligned and stops accepting ticks. Use it when the requirement no longer applies to that page. Nothing is lost: the check and the cells it carries are kept, read back in checklist.custom…
| Parámetro | Tipo | Descripción |
|---|---|---|
| surface_id* | string | The UUID of the surface: call list_surfaces to find it. |
| check* | string | The key of the check of your own, exactly as listed by list_surfaces in checklist.custom (add_surface_check returns it too). |
restore_surface_checkBring a check of your own back to the checklist of a surface, with the cells it had: it becomes work again, so the page needs it verified to count as aligned. The checks to bring back are listed by list_surfaces in checklist.custom, with deleted true. Restoring a check already in the checklist answ…Bring a check of your own back to the checklist of a surface, with the cells it had: it becomes work again, so the page needs it verified to count as aligned. The checks to bring back are listed by list_surfaces in checklist.custom, with deleted true. Restoring a check already in the checklist answ…
| Parámetro | Tipo | Descripción |
|---|---|---|
| surface_id* | string | The UUID of the surface: call list_surfaces to find it. |
| check* | string | The key of the check of your own, exactly as listed by list_surfaces in checklist.custom (add_surface_check returns it too). |
delete_surfaceprivilegiadaTake a surface out of the registry: the page stops being followed, and the registry stops asking to bring it in phase with the canon. Use it for a page that is gone (account closed, listing removed) or for a line that had no place there. The sheet and the alignment journal are kept, and restore_sur…Take a surface out of the registry: the page stops being followed, and the registry stops asking to bring it in phase with the canon. Use it for a page that is gone (account closed, listing removed) or for a line that had no place there. The sheet and the alignment journal are kept, and restore_sur…
| Parámetro | Tipo | Descripción |
|---|---|---|
| surface_id* | string | The UUID of the surface: call list_surfaces to find it. |
restore_surfaceBring a surface back to the registry, with its sheet and its alignment journal as they were. Call list_surfaces with deleted set to "only" to find the surfaces to bring back. Restoring a surface already in the registry answers the same.Bring a surface back to the registry, with its sheet and its alignment journal as they were. Call list_surfaces with deleted set to "only" to find the surfaces to bring back. Restoring a surface already in the registry answers the same.
| Parámetro | Tipo | Descripción |
|---|---|---|
| surface_id* | string | The UUID of the surface: call list_surfaces to find it. |
convert_surface_to_corroborationMove the page to the corroboration registry: someone else has the final say on it (the customer lost, or never had, the hand on the content). Nothing is retyped: url, label and notes travel, the publication date stays unknown (set it with update_corroboration when known). The surface leaves its reg…Move the page to the corroboration registry: someone else has the final say on it (the customer lost, or never had, the hand on the content). Nothing is retyped: url, label and notes travel, the publication date stays unknown (set it with update_corroboration when known). The surface leaves its reg…
| Parámetro | Tipo | Descripción |
|---|---|---|
| surface_id* | string | The UUID of the surface: call list_surfaces to find it. |
list_corroborationsThe corroborations recorded for a project: the pages about the brand where someone else has the FINAL SAY, each with its exact address, the source it sits on (domain), the publication date when known, and free notes. Live ones first, then the ones taken down (archived true). The twin registry of Su…The corroborations recorded for a project: the pages about the brand where someone else has the FINAL SAY, each with its exact address, the source it sits on (domain), the publication date when known, and free notes. Live ones first, then the ones taken down (archived true). The twin registry of Su…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
create_corroborationRecord a page about the brand where someone else has the final say. URL-FIRST: the exact address of the page is the only thing needed, the source on the map and the display name are derived from it. It is a statement of fact: only record a page you have actually read, and confirm with the user. A p…Record a page about the brand where someone else has the final say. URL-FIRST: the exact address of the page is the only thing needed, the source on the map and the display name are derived from it. It is a statement of fact: only record a page you have actually read, and confirm with the user. A p…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
| url* | string | Absolute http(s) address of the EXACT page where the third party talks about the brand, never the home page of the site. |
| label | string | Display name of the page. OMIT IT: it is derived from the address (domain and path). Send an empty string to go back to the derived one. |
| published_on | string | The day the page was PUBLISHED, as YYYY-MM-DD. Distinct from the recording day, and the one that means something against the citation curves. Omit it when unkn… |
| notes | string | Free notes: the passage that mentions the brand, the contact, how the page came about. |
| request_channel | string | Whether someone can be asked to change the page: "available" (a contact or a process exists), "none" (nobody to ask), "unknown" (not filled in, the default). I… |
update_corroborationUpdate the sheet of a corroboration: only the fields you send change (an empty label goes back to the derived one, an empty notes or published_on clears it). Correcting the url ALWAYS recomputes the source: the two never drift apart. It also carries monitoring, the cadence at which the page is read…Update the sheet of a corroboration: only the fields you send change (an empty label goes back to the derived one, an empty notes or published_on clears it). Correcting the url ALWAYS recomputes the source: the two never drift apart. It also carries monitoring, the cadence at which the page is read…
| Parámetro | Tipo | Descripción |
|---|---|---|
| corroboration_id* | string | The UUID of the corroboration: call list_corroborations to find it. |
| url | string | Absolute http(s) address of the EXACT page where the third party talks about the brand, never the home page of the site. |
| label | string | Display name of the page. OMIT IT: it is derived from the address (domain and path). Send an empty string to go back to the derived one. |
| published_on | string | The day the page was PUBLISHED, as YYYY-MM-DD. Distinct from the recording day, and the one that means something against the citation curves. Omit it when unkn… |
| notes | string | Free notes: the passage that mentions the brand, the contact, how the page came about. |
| request_channel | string | Whether someone can be asked to change the page: "available" (a contact or a process exists), "none" (nobody to ask), "unknown" (not filled in, the default). I… |
| monitoring | string | How often the page is read again on its own: "off" (the default), "daily", "weekly" or "monthly". Each executed check costs 0.02 USD from the prepaid balance a… |
archive_corroborationRecord that the page is no longer there (article unpublished, link dead), or put it back live with archived false. Nothing is deleted: the line stays, and so does the history, because "they talked about us from March to July" is information. A page taken down stops counting as a presence on that so…Record that the page is no longer there (article unpublished, link dead), or put it back live with archived false. Nothing is deleted: the line stays, and so does the history, because "they talked about us from March to July" is information. A page taken down stops counting as a presence on that so…
| Parámetro | Tipo | Descripción |
|---|---|---|
| corroboration_id* | string | The UUID of the corroboration: call list_corroborations to find it. |
| archived | boolean | true takes the page down, false puts it back live. Omitted, it takes it down. |
verify_corroborationRead the page again and report what it says today. One pass returns two findings, dated, and included at no cost. On the MENTION: the passage around the brand is archived on the line (the sentence that names it, one before, one after), and the finding says unchanged, changed (the passage moved, wor…Read the page again and report what it says today. One pass returns two findings, dated, and included at no cost. On the MENTION: the passage around the brand is archived on the line (the sentence that names it, one before, one after), and the finding says unchanged, changed (the passage moved, wor…
| Parámetro | Tipo | Descripción |
|---|---|---|
| corroboration_id* | string | The UUID of the corroboration: call list_corroborations to find it. |
convert_corroboration_to_surfaceMove the page to the surface registry: the customer has, or takes, the final say on it (their own profile or listing recorded on the wrong side, or a source that became a reliable channel). Nothing is retyped: url, label and notes travel, the publication date is copied into the notes, the type deri…Move the page to the surface registry: the customer has, or takes, the final say on it (their own profile or listing recorded on the wrong side, or a source that became a reliable channel). Nothing is retyped: url, label and notes travel, the publication date is copied into the notes, the type deri…
| Parámetro | Tipo | Descripción |
|---|---|---|
| corroboration_id* | string | The UUID of the corroboration: call list_corroborations to find it. |
list_corroboration_candidatesThe MENTIONS a search engine has shown the brand in, found in the text the engine itself returned next to each address. The list is recomputed on every read from the raw payloads of the latest surveys, and surveys_scanned says how many were read. Pages already filed in either registry (corroboratio…The MENTIONS a search engine has shown the brand in, found in the text the engine itself returned next to each address. The list is recomputed on every read from the raw payloads of the latest surveys, and surveys_scanned says how many were read. Pages already filed in either registry (corroboratio…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
dismiss_corroboration_candidateRefuse a suggested page: it is never proposed again for this project. Use it when the excerpt matched something else than the brand, or when the page is not worth recording. Nothing is created or deleted. Accepting is the opposite move and has no tool of its own: call create_corroboration with the…Refuse a suggested page: it is never proposed again for this project. Use it when the excerpt matched something else than the brand, or when the page is not worth recording. Nothing is created or deleted. Accepting is the opposite move and has no tool of its own: call create_corroboration with the…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
| url* | string | The address of the candidate, exactly as list_corroboration_candidates gives it. |
get_logbookThe logbook of a project, newest first: every dated move, composed from two sources. source=tool events are derived from the suite itself (canon moved to a version, surface marked aligned, corroboration recorded); source=manual entries are actions the customer recorded (only these carry an id, a ca…The logbook of a project, newest first: every dated move, composed from two sources. source=tool events are derived from the suite itself (canon moved to a version, surface marked aligned, corroboration recorded); source=manual entries are actions the customer recorded (only these carry an id, a ca…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
| source | string | Only the items of this source: "tool" for suite events, "manual" for recorded entries. Omitted, both. |
| category | string | Only the manual entries of this category (tool events carry no category and never match). |
| quest_id | string | Only the entries recorded against this quest, newest first: THIS is the dated trail of one quest, read where the logbook is already read. Call list_quests to f… |
| deleted | string | Set to "only" for the entries taken out of the logbook (delete_logbook_entry), most recently taken out first, each with its deleted_at. It carries recorded ent… |
create_logbook_entryRecord an action in the logbook of a project: what was done, and WHEN it was done. occurred_at is the date of the ACTION itself, not of the recording: recording after the fact is the normal case ("record: site translated into Spanish yesterday" means occurred_at is yesterday). The entry joins the t…Record an action in the logbook of a project: what was done, and WHEN it was done. occurred_at is the date of the ACTION itself, not of the recording: recording after the fact is the normal case ("record: site translated into Spanish yesterday" means occurred_at is yesterday). The entry joins the t…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
| category* | string | What kind of action this is; it files the entry for filtering. "other" covers anything else. |
| label* | string | Short wording of the action, e.g. "Site translated into Spanish": it is what the annotation shows next to the citation curves. |
| occurred_at | string | When the action HAPPENED, ISO 8601 date or datetime, read as UTC without an offset. Distinct from the recording time: when the user says "yesterday" or "last w… |
| notes | string | Free notes: context, links, details of the action. |
| quest_id | string | The quest of the same project this action moves forward, which is how a quest gets its own dated trail: call list_quests to find it. The entry stays an entry o… |
update_logbook_entryEdit a manual logbook entry: only the fields you send change (empty notes clear them). It is the customer's own logbook: a typo or a wrong date is simply corrected. quest_id files an entry under a quest after the fact, and null files it back under the project alone. Tool events cannot be edited: th…Edit a manual logbook entry: only the fields you send change (empty notes clear them). It is the customer's own logbook: a typo or a wrong date is simply corrected. quest_id files an entry under a quest after the fact, and null files it back under the project alone. Tool events cannot be edited: th…
| Parámetro | Tipo | Descripción |
|---|---|---|
| entry_id* | string | The UUID of the logbook entry: call get_logbook to find it (only manual entries carry an id). |
| category | string | What kind of action this is; it files the entry for filtering. "other" covers anything else. |
| label | string | Short wording of the action, e.g. "Site translated into Spanish": it is what the annotation shows next to the citation curves. |
| occurred_at | string | When the action HAPPENED, ISO 8601 date or datetime, read as UTC without an offset. Distinct from the recording time: when the user says "yesterday" or "last w… |
| notes | string | Free notes: context, links, details of the action. |
| quest_id | string | The quest of the same project this action moves forward, which is how a quest gets its own dated trail: call list_quests to find it. The entry stays an entry o… |
delete_logbook_entryprivilegiadaTake a manual logbook entry out of the logbook, and the annotation it placed on the curves with it. Only do it when the user asked for it: it is their logbook. The entry waits in the trash, so restore_logbook_entry brings it back with its annotation. Tool events stay as they are: they are derived f…Take a manual logbook entry out of the logbook, and the annotation it placed on the curves with it. Only do it when the user asked for it: it is their logbook. The entry waits in the trash, so restore_logbook_entry brings it back with its annotation. Tool events stay as they are: they are derived f…
| Parámetro | Tipo | Descripción |
|---|---|---|
| entry_id* | string | The UUID of the logbook entry: call get_logbook to find it (only manual entries carry an id). |
restore_logbook_entryBring an entry back to the logbook, with the annotation it placed on the curves. Call get_logbook with deleted set to "only" to find the entries to bring back. Restoring an entry already in the logbook answers the same.Bring an entry back to the logbook, with the annotation it placed on the curves. Call get_logbook with deleted set to "only" to find the entries to bring back. Restoring an entry already in the logbook answers the same.
| Parámetro | Tipo | Descripción |
|---|---|---|
| entry_id* | string | The UUID of the logbook entry: call get_logbook to find it (only manual entries carry an id). |
list_questsWhat there is to do for the GEO work, and where to resume it. Lists the quests of the account: moves the customer (or you, on their behalf) decided and recorded, open by default, newest first; status=done or dismissed reads the closed history, which answers with its quests, each one reopened with r…What there is to do for the GEO work, and where to resume it. Lists the quests of the account: moves the customer (or you, on their behalf) decided and recorded, open by default, newest first; status=done or dismissed reads the closed history, which answers with its quests, each one reopened with r…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id | string | Only the file of this project: the UUID of a project of the account (call list_projects). Omitted, the file covers every active project. |
| status | string | Which quests to list: "open" (the file, default), "done" or "dismissed" (the closed history). |
create_questAdd a quest to the file of a project: a next move the customer decided, kept where the work resumes ("get our MCP server listed on the AI tool directories"). title says the move; notes carry context and links. Adding is idempotent on the project and title while the quest is open: calling again retu…Add a quest to the file of a project: a next move the customer decided, kept where the work resumes ("get our MCP server listed on the AI tool directories"). title says the move; notes carry context and links. Adding is idempotent on the project and title while the quest is open: calling again retu…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project whose file takes the quest: call list_projects to find it. |
| title* | string | Short wording of the move, e.g. "Get our MCP server listed on the AI tool directories": it is what the file shows. |
| notes | string | Free notes: context, links, what done looks like. |
update_questEdit a quest: only the fields you send change (empty notes clear them). It is the customer's own file: a typo or a sharpened wording is simply corrected. The status changes through its own moves, complete_quest, dismiss_quest and reopen_quest.Edit a quest: only the fields you send change (empty notes clear them). It is the customer's own file: a typo or a sharpened wording is simply corrected. The status changes through its own moves, complete_quest, dismiss_quest and reopen_quest.
| Parámetro | Tipo | Descripción |
|---|---|---|
| quest_id* | string | The UUID of the quest: call list_quests to find it. |
| title | string | Short wording of the move, e.g. "Get our MCP server listed on the AI tool directories": it is what the file shows. |
| notes | string | Free notes: context, links, what done looks like. |
complete_questMark a quest done: the move happened. Sets the state and the closing date; calling it again leaves it done, so a retry is safe, and a dismissed quest that was done after all becomes done (the last move is what the file remembers). The quest stays readable in the closed history of list_quests, and r…Mark a quest done: the move happened. Sets the state and the closing date; calling it again leaves it done, so a retry is safe, and a dismissed quest that was done after all becomes done (the last move is what the file remembers). The quest stays readable in the closed history of list_quests, and r…
| Parámetro | Tipo | Descripción |
|---|---|---|
| quest_id* | string | The UUID of the quest: call list_quests to find it. |
dismiss_questSet a quest aside: the customer decided the move is off. Sets the state and the closing date; calling it again leaves it dismissed, so a retry is safe. The quest stays readable in the closed history of list_quests, and reopen_quest puts it back in the file.Set a quest aside: the customer decided the move is off. Sets the state and the closing date; calling it again leaves it dismissed, so a retry is safe. The quest stays readable in the closed history of list_quests, and reopen_quest puts it back in the file.
| Parámetro | Tipo | Descripción |
|---|---|---|
| quest_id* | string | The UUID of the quest: call list_quests to find it. |
reopen_questPut a closed quest back in the file: it returns among the open moves with its sheet as it was, the date it was added, its author and its notes, so a quest closed by mistake or taken up again keeps its own history. Clears the closing date; calling it again leaves it open, so a retry is safe. Call li…Put a closed quest back in the file: it returns among the open moves with its sheet as it was, the date it was added, its author and its notes, so a quest closed by mistake or taken up again keeps its own history. Clears the closing date; calling it again leaves it open, so a retry is safe. Call li…
| Parámetro | Tipo | Descripción |
|---|---|---|
| quest_id* | string | The UUID of the quest: call list_quests to find it. |
get_resultsThe score series of a tracker: one row per analyst, keyword, engine, tracker version and survey period, in chronological order. Depending on the analyst, a row carries citation_rate and weighted_score, share_of_voice, or sentiment counts.The score series of a tracker: one row per analyst, keyword, engine, tracker version and survey period, in chronological order. Depending on the analyst, a row carries citation_rate and weighted_score, share_of_voice, or sentiment counts.
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
| analyst | string | Only the rows of this analyst. The custom_prompt analyst yields a text note per response, so the score series is built from the three scored lenses listed here. |
| engine | string | Only the rows of this engine. |
get_responsesThe raw answers of ONE AI engine for a tracker, newest surveys first, paginated. Every answer carries its cited sources and keyword mentions, plus uncited_sources (the pages the engine read without citing them) and searched (whether the engine went to the web to write that answer; null when undeter…The raw answers of ONE AI engine for a tracker, newest surveys first, paginated. Every answer carries its cited sources and keyword mentions, plus uncited_sources (the pages the engine read without citing them) and searched (whether the engine went to the web to write that answer; null when undeter…
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
| engine* | string | The engine whose answers are read. |
| page | integer | Page number, 1 by default. |
| per_page | integer | Answers per page, 25 by default, 100 at most. |
| q | string | Full-text filter on the answer text. |
| question | string | Exact text of one tracked question. |
| survey | string | Only the answers of this survey. |
| tone | string | Only the answers where the sentiment analyst judged a keyword mention with this tone. Reads the negative answers of a week in one call, when the tracker carrie… |
| include_raw | boolean | Add the full engine payload to every answer. |
list_keyword_discoveriesThe keyword suggestions DISCOVERED on a tracker: domains the surveyed engines cite as sources again and again, that no tracked keyword covers. Recomputed on every read, from the recurrences the surveys have accumulated. Also carries dismissed, the domains this tracker has set aside: what was refuse…The keyword suggestions DISCOVERED on a tracker: domains the surveyed engines cite as sources again and again, that no tracked keyword covers. Recomputed on every read, from the recurrences the surveys have accumulated. Also carries dismissed, the domains this tracker has set aside: what was refuse…
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
accept_keyword_discoveryAccept one discovered suggestion (domain) or a batch (domains): each becomes a tracked keyword of the tracker, in place, and its series starts at the next survey. Refused with keyword_cap_reached when the batch would exceed the keyword cap, and with not_found when a domain is not currently suggeste…Accept one discovered suggestion (domain) or a batch (domains): each becomes a tracked keyword of the tracker, in place, and its series starts at the next survey. Refused with keyword_cap_reached when the batch would exceed the keyword cap, and with not_found when a domain is not currently suggeste…
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
| domain | string | One domain to act on, exactly as listed by list_keyword_discoveries. Send this OR domains, never both. |
| domains | array | Several domains to act on in one call, each exactly as listed by list_keyword_discoveries. Send this OR domain, never both. ALL-OR-NOTHING: one invalid domain… |
dismiss_keyword_discoveryDismiss one discovered suggestion (domain) or a batch (domains): the domains are never proposed again on this tracker, and appear in the dismissed list until restored. All-or-nothing on unknown domains: one that is not currently suggested refuses the whole batch (not_found). Dismissing an already d…Dismiss one discovered suggestion (domain) or a batch (domains): the domains are never proposed again on this tracker, and appear in the dismissed list until restored. All-or-nothing on unknown domains: one that is not currently suggested refuses the whole batch (not_found). Dismissing an already d…
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
| domain | string | One domain to act on, exactly as listed by list_keyword_discoveries. Send this OR domains, never both. |
| domains | array | Several domains to act on in one call, each exactly as listed by list_keyword_discoveries. Send this OR domain, never both. ALL-OR-NOTHING: one invalid domain… |
restore_keyword_discoveryRestore one dismissed domain (domain) or a batch (domains): it leaves the tracker dismissed list and becomes eligible for discovery again, suggested anew while the engines keep citing it (accepting it stays a distinct move). The counterpart of dismiss, for when the user changes their mind. Idempote…Restore one dismissed domain (domain) or a batch (domains): it leaves the tracker dismissed list and becomes eligible for discovery again, suggested anew while the engines keep citing it (accepting it stays a distinct move). The counterpart of dismiss, for when the user changes their mind. Idempote…
| Parámetro | Tipo | Descripción |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
| domain | string | One domain to act on, exactly as listed by list_keyword_discoveries. Send this OR domains, never both. |
| domains | array | Several domains to act on in one call, each exactly as listed by list_keyword_discoveries. Send this OR domain, never both. ALL-OR-NOTHING: one invalid domain… |
list_competitor_scansThe competitor scans of the account, newest first: a basket of up to 5 companies of one market, asked to one engine, from which the scan returns THE PLACES that corroborate them. `status` says where each one stands: draft (questions still open, nothing charged), measuring, ready (there is a list to…The competitor scans of the account, newest first: a basket of up to 5 companies of one market, asked to one engine, from which the scan returns THE PLACES that corroborate them. `status` says where each one stands: draft (questions still open, nothing charged), measuring, ready (there is a list to…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id | string | Only the scans of this project: the UUID of a project of the account (call list_projects). Omitted, every project. |
get_competitor_scanOne scan and its list of PLACES: the domains the engine cited while answering about the basket, ranked by how many of its companies each place covers (`subjects`, the number that carries the tool) then by AI Authority. Each place carries `reach`, the way in: self_serve (open your own page there), p…One scan and its list of PLACES: the domains the engine cited while answering about the basket, ranked by how many of its companies each place covers (`subjects`, the number that carries the tool) then by AI Authority. Each place carries `reach`, the way in: self_serve (open your own page there), p…
| Parámetro | Tipo | Descripción |
|---|---|---|
| competitor_scan_id* | string | The UUID of the competitor scan: call list_competitor_scans to find it. |
create_competitor_scanPrepare a competitor scan on a basket of up to 5 companies of the same market. Three or more is what the scan is built for: from there the places rank by RECURRENCE, that is by how many companies of the basket each one covers. It is created as a DRAFT: nothing is charged, and the questions it deriv…Prepare a competitor scan on a basket of up to 5 companies of the same market. Three or more is what the scan is built for: from there the places rank by RECURRENCE, that is by how many companies of the basket each one covers. It is created as a DRAFT: nothing is charged, and the questions it deriv…
| Parámetro | Tipo | Descripción |
|---|---|---|
| project_id* | string | UUID of the project the scan belongs to: call list_projects to find it. Its brand is the one the list answers "you are not there" about. |
| subjects* | array | The basket: up to 5 companies of the same market, 3 or more being what the ranking by recurrence needs. |
| category* | string | What qualifies each company in the questions, for example "welding equipment manufacturer". |
| usage | string | What buyers use it for, for example "hobby welding". Omitted, the category serves. |
| engine | string | The engine asked, ChatGPT by default. One per scan. |
| templates | array | Which questions to ask about each company, the four of them by default: `about_reputation` what is said about it, `about_price` whether it is worth its price,… |
| language | string | The language the questions are asked in, written in en, fr, es, de, it, pt, ar, bg, cs, da, el, fi, he, hi, hu, id, ja, ko, ms, nl, no, pl, ro, ru, sk, sv, th,… |
| country | string | The market the questions name, as an ISO 3166-1 alpha-2 code ("US"). Omitted, the questions name no country. |
| title | string | A name for the scan. Omitted, the category serves. |
start_competitor_scanArm a prepared scan: the engine is asked, and the prepaid balance is debited by the amount `estimated_cost_minor` announced on the scan. SPENDS: read that amount to the person and get their go-ahead before calling. The answers land within a few minutes; read the places back with get_competitor_scan…Arm a prepared scan: the engine is asked, and the prepaid balance is debited by the amount `estimated_cost_minor` announced on the scan. SPENDS: read that amount to the person and get their go-ahead before calling. The answers land within a few minutes; read the places back with get_competitor_scan…
| Parámetro | Tipo | Descripción |
|---|---|---|
| competitor_scan_id* | string | The UUID of the competitor scan: call list_competitor_scans to find it. |
update_competitor_scanCorrect a scan still in draft, and set the cadence of one already armed. `questions` is where the measurement is won: send the questions to KEEP, with the wording you want asked. A question of the scan left out of the list is removed, and the amount announced by `estimated_cost_minor` follows, so t…Correct a scan still in draft, and set the cadence of one already armed. `questions` is where the measurement is won: send the questions to KEEP, with the wording you want asked. A question of the scan left out of the list is removed, and the amount announced by `estimated_cost_minor` follows, so t…
| Parámetro | Tipo | Descripción |
|---|---|---|
| competitor_scan_id* | string | The UUID of the competitor scan: call list_competitor_scans to find it. |
| questions | array | The questions to KEEP, in the order to ask them. A sent list REPLACES the questions of the scan: one left out is removed. Draft only. |
| rescan_cadence | string | null | How often the scan runs again: "weekly", "monthly", or null to stop it. |
list_sourcesThe Atlas: the sources the AIs cite when they answer YOUR trackers. Each entry is a domain with its AI Authority on each AI, a 0 to 100 scale over the last 30 days where 100 is the source that AI cites the most. An engine with no value has not cited the domain lately, which is not a zero. Each AI h…The Atlas: the sources the AIs cite when they answer YOUR trackers. Each entry is a domain with its AI Authority on each AI, a 0 to 100 scale over the last 30 days where 100 is the source that AI cites the most. An engine with no value has not cited the domain lately, which is not a zero. Each AI h…
| Parámetro | Tipo | Descripción |
|---|---|---|
| domain | string | Keep only the domains containing this text, e.g. "wikipedia" or ".fr". |
| engine | string | Keep only the sources this engine has cited at least once. |
| project_id | string | Only the sources surfaced by the trackers of this project: the UUID of a project of the account (call list_projects), or "default" for the trackers without a p… |
| sort | string | Order of the page: "aa_chatgpt", "aa_claude", "aa_gemini", "aa_perplexity", "aa_mistral" or "aa_grok" for the ranking of one AI, which also keeps only the sour… |
| page | integer | Page number, from 1. |
| per_page | integer | Entries per page, 25 by default, 100 at most. |
get_sourceOne entry of the Atlas, read by its id: the domain and its AI Authority on each AI. Call list_sources to find a source id, or to read the same entries filtered and ranked.One entry of the Atlas, read by its id: the domain and its AI Authority on each AI. Call list_sources to find a source id, or to read the same entries filtered and ranked.
| Parámetro | Tipo | Descripción |
|---|---|---|
| source_id* | string | The UUID of the source: call list_sources to find it. |
list_source_channelsThe channels behind one source of the Atlas: who published the videos the AIs cited when answering the questions of this account, with their videos and the questions that surfaced each one. The unit of the Atlas is the registrable domain, so a video host is one source however many people publish on…The channels behind one source of the Atlas: who published the videos the AIs cited when answering the questions of this account, with their videos and the questions that surfaced each one. The unit of the Atlas is the registrable domain, so a video host is one source however many people publish on…
| Parámetro | Tipo | Descripción |
|---|---|---|
| source_id* | string | The UUID of the source: call list_sources to find it. |
| project_id | string | Only the channels surfaced by the trackers of this project: the UUID of a project of the account (call list_projects), or "default" for the trackers without a… |
get_account_settingsThe settings of the account: the legal name, billing country, postal address and intra-EU VAT number printed on its invoices, plus the language we write to it in and the time zone its hours are shown in. `member` names the person the language and the time zone belong to. Read it before update_accou…The settings of the account: the legal name, billing country, postal address and intra-EU VAT number printed on its invoices, plus the language we write to it in and the time zone its hours are shown in. `member` names the person the language and the time zone belong to. Read it before update_accou…
No se publicó ningún esquema de entrada para esta herramienta.
update_account_settingsChange the settings of the account. Send only what the user is changing: every setting you leave out keeps its value. `billing_country`, `billing_address` and `intra_eu_vat_number` clear when you send null; `name`, `language` and `timezone` keep their value on null, so name the language or the time…Change the settings of the account. Send only what the user is changing: every setting you leave out keeps its value. `billing_country`, `billing_address` and `intra_eu_vat_number` clear when you send null; `name`, `language` and `timezone` keep their value on null, so name the language or the time…
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | string | Legal name of the account, the one printed on its invoices. |
| billing_country | string | Billing country, as an ISO 3166-1 alpha-2 code: "FR", "US", "BR". It decides the tax treatment of the next invoices, so it is the country of the entity being b… |
| billing_address | array | Postal address of the account, one string per line, like ["12 Example Street", "75001 Paris"]. The list replaces the previous address; [] or null clears it. Th… |
| intra_eu_vat_number | string | Intra-EU VAT number, for an account billed in an EU member state: the two-letter country code followed by the national number, like "FR12345678901". It goes on… |
| language | string | The language we write to this account in: emails, and the hosted payment page of a top-up. |
| timezone | string | The time zone the hours of the account are shown in, as an IANA identifier: "Europe/Paris", "America/New_York", "UTC". |
get_creditsThe prepaid credit balance of the account: available credits, which never expire, and the amount reserved by surveys in progress with the detail of each reservation. Read it before starting a tracker, or when a call fails with insufficient_credits. It also carries what a top-up is worth here, so yo…The prepaid credit balance of the account: available credits, which never expire, and the amount reserved by surveys in progress with the detail of each reservation. Read it before starting a tracker, or when a call fails with insufficient_credits. It also carries what a top-up is worth here, so yo…
No se publicó ningún esquema de entrada para esta herramienta.
get_usageWhat the account SPENDS: one call, three answers, and they must never be mixed up. (1) THIS MONTH, a FORECAST: `this_month_forecast` gives `total_minor` for the month in progress, which is `spent_minor` (already debited) plus `remaining_minor` (what the active trackers and monitored corroborations…What the account SPENDS: one call, three answers, and they must never be mixed up. (1) THIS MONTH, a FORECAST: `this_month_forecast` gives `total_minor` for the month in progress, which is `spent_minor` (already debited) plus `remaining_minor` (what the active trackers and monitored corroborations…
| Parámetro | Tipo | Descripción |
|---|---|---|
| month | string | A single month, YYYY-MM. Omitted: every month the account has entries for. |
| type | string | Which entries to return: all (default), in (top-ups and adjustments), out (spend). |
| page | integer | — |
| per_page | integer | — |
topup_creditsPrepare a top-up of the prepaid credit balance and return the hosted payment link. Nothing is charged by this call: hand payment_url to the user, the payment happens there, and they approve the amount on that page. When the user names an amount, that amount wins: pass it as `amount`, exactly the nu…Prepare a top-up of the prepaid credit balance and return the hosted payment link. Nothing is charged by this call: hand payment_url to the user, the payment happens there, and they approve the amount on that page. When the user names an amount, that amount wins: pass it as `amount`, exactly the nu…
| Parámetro | Tipo | Descripción |
|---|---|---|
| amount | number | Credits to buy, in MAJOR units of the wallet currency: what a person says. 50 means 50.00, and 12.5 means 12.50. Use this one when the user names the amount, e… |
| amount_minor | integer | Credits to buy, in MINOR units of the wallet currency: 5000 means 50.00. Use this one when you compute the amount from the cost grid, which is in minor units t… |
contact_supportSend a message to the humans behind Epovest: report a problem, suggest an improvement, ask a question. Use it when a tool refuses what should work, when the product is missing something the user needs, or when the user asks you to tell us something. The message lands in the support threads of the a…Send a message to the humans behind Epovest: report a problem, suggest an improvement, ask a question. Use it when a tool refuses what should work, when the product is missing something the user needs, or when the user asks you to tell us something. The message lands in the support threads of the a…
| Parámetro | Tipo | Descripción |
|---|---|---|
| message* | string | What you want to tell the support team, in the words of the user when they dictated it. Include what you tried and what happened. |
| subject | string | Title of the thread. Derived from the message when omitted; ignored when replying. |
| kind | string | What this message is: sorts it on arrival. |
| thread_id | string | Reply to this thread instead of opening a new one: call list_support_threads to find it. |
list_support_threadsThe support threads of the account, most recent first: what was asked, and whether the support team has answered. The threads are shared by the members of the account, whatever wrote them.The support threads of the account, most recent first: what was asked, and whether the support team has answered. The threads are shared by the members of the account, whatever wrote them.
No se publicó ningún esquema de entrada para esta herramienta.
get_support_threadOne support thread with its messages, including the answers of the support team. Read it back after contact_support to relay the answer to the user.One support thread with its messages, including the answers of the support team. Read it back after contact_support to relay the answer to the user.
| Parámetro | Tipo | Descripción |
|---|---|---|
| thread_id* | string | The UUID of the support thread: call list_support_threads to find it. |
67 de 67 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
With Epovest, businesses make AIs recommend them.
+ 27 más observadas en esta entrada.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.