Screenshots tools (scope: mcp:read, credits: ~1)
Navigate to a Social Neuron app page and take a full-page screenshot.
Navigate to a Social Neuron app page and take a full-page screenshot. Logs in with test credentials, navigates to the specified page, waits for content to load, then captures a screenshot. Output is saved to public/assets/screenshots/. Costs ~1 credits.
Request Body
pagestring · enum · requiredApp page to capture. Maps to internal route paths.
Enum values:dashboardideationcreationlibrarydistributionanalyticsautomationssettings
viewportstring · enumViewport size. desktop=1920x1080, mobile=390x844, tablet=768x1024. Defaults to desktop.
Enum values:desktopmobiletabletthemestring · enumColor theme. Defaults to light.
Enum values:lightdarkselectorstringOptional CSS selector to capture a specific element instead of the full page.
wait_msnumberExtra milliseconds to wait after page load before capturing. Useful for animations. Defaults to 2000.
Responses
contentobject[]
Take a screenshot of any URL.
Take a screenshot of any URL. Launches a headless Chromium browser, navigates to the URL, and captures either the full page or a specific CSS selector. No login is performed. Costs ~1 credits.
Request Body
urlstring · requiredThe URL to screenshot (e.g. https://example.com).
viewportstring · enumViewport size. Defaults to desktop.
Enum values:desktopmobiletabletselectorstringOptional CSS selector to capture a specific element instead of the full page.
output_pathstringCustom output file path. Defaults to public/assets/screenshots/
- .png. wait_msnumberExtra milliseconds to wait after page load before capturing. Defaults to 1000.
Responses
contentobject[]