List, inspect, and manage existing Verify projects using the MCP tools. Use when a user wants to check project status, view results, or list their projects.
Call get_projects(page, page_size) to get a paginated list of the user's projects. Each project includes its UUID, title, status, and creation date.
Call get_project(project_id) with the project UUID. Returns full metadata including:
CREATED, ES_COMPLETED, IN_PROGRESS, COMPLETED, FAILED)Call get_user_balance() to see how many AI tokens the user has remaining.
Call get_workflows() to see available workflows and their UUIDs. Use get_workflow(workflow_id) for details on a specific workflow.
Call search_documentation(query) with a natural language question, e.g.:
Returns contextual answers with links to the Verify help site.
If documentation seems out of date, call refresh_documentation_cache() to fetch the latest content. Use check_documentation_cache_status() to see when the cache was last updated.