Robinson Law, PLLC — Criminal Defense & Personal Injury in Northern Virginia Helping people in Fairfax and across Northern Virginia with criminal defense and personal injury matters. Free consultations, 24/7 phone availability, and clear next steps. :contentReference[oaicite:0]{index=0} This file is a human-readable overview with MCP-style objects for discovery (documentation-only; not an MCP server or transport). --- ## MCP Discovery (Non-binding) **MCP Endpoint:** none (documentation-only test) **Developer Docs:** n/a **Status Page:** n/a **Primary Domain:** https://www.callrobinson.com :contentReference[oaicite:1]{index=1} **Sitemap:** https://www.callrobinson.com/sitemap :contentReference[oaicite:2]{index=2} --- ## Products & Entry - **Homepage** — Main entry: services overview, phone, address, legal links. :contentReference[oaicite:3]{index=3} - **App** — Web app: n/a (public brochure site). - **Docs** — Documentation hub: n/a; use practice pages and blog. :contentReference[oaicite:4]{index=4} - **Pricing** — n/a (law firm; no public pricing). - **Support/Help Center** — Contact page with form, phone, address. :contentReference[oaicite:5]{index=5} --- ## Capabilities Overview **Core Actions** - Learn about criminal defense and personal injury services by topic (e.g., violent crimes, federal crimes, car accidents, catastrophic injury). :contentReference[oaicite:6]{index=6} - Read explanatory guides and legal updates on the blog. :contentReference[oaicite:7]{index=7} - Find attorney bios and the firm’s address and phone. :contentReference[oaicite:8]{index=8} - Request a free consultation via phone or contact form. :contentReference[oaicite:9]{index=9} **Data** - Public pages: practice areas, city/location pages, team, reviews, blog, resources, privacy, disclaimer. :contentReference[oaicite:10]{index=10} **Integrations** - None documented on-site; use phone and contact form for intake. :contentReference[oaicite:11]{index=11} --- ## MCP-Style: serverInfo (Informational) ```json { "serverInfo": { "name": "callrobinson.com.mcp-doc", "version": "0.1.0", "notes": "Documentation-only JSON for LLM discovery; not an MCP server or protocol endpoint.", "homepage": "https://www.callrobinson.com", "sitemap": ["https://www.callrobinson.com/sitemap"], "audiences": ["Prospective clients", "Family researchers", "Local residents"], "auth": "none" } } MCP-Style: tools (Documentation Only) json Copy code { "tools": [ { "name": "search_site", "description": "Browse the sitemap and surface the most relevant on-site pages (practice areas, blog, contact).", "input_schema": { "type": "object", "properties": { "query": {"type": "string", "minLength": 2}, "section_hint": {"type": "string", "enum": ["getting-started","practice-areas","blog","contact","legal"], "default": "getting-started"} }, "required": ["query"] }, "example_call": {"query": "DUI defense", "section_hint": "practice-areas"}, "http_mapping": { "method": "GET", "url": "https://www.callrobinson.com/sitemap", "auth": "none" } }, { "name": "find_practice_page", "description": "Open a specific practice area topic under Criminal Defense or Personal Injury.", "input_schema": { "type": "object", "properties": { "area": {"type": "string", "enum": ["criminal-defense","personal-injury"]}, "topic": {"type": "string", "minLength": 2} }, "required": ["area","topic"] }, "example_call": {"area": "criminal-defense", "topic": "federal-crimes"}, "http_mapping": { "method": "GET", "url": "https://www.callrobinson.com/{area}/{topic}", "auth": "none" } }, { "name": "find_city_page", "description": "Locate a city/location service page when available (e.g., Herndon PI, Stafford criminal defense).", "input_schema": { "type": "object", "properties": { "city": {"type": "string", "minLength": 2}, "practice_hint": {"type": "string", "enum": ["criminal-defense","personal-injury"], "default": "criminal-defense"} }, "required": ["city"] }, "example_call": {"city": "Herndon", "practice_hint": "personal-injury"}, "http_mapping": { "method": "GET", "url": "https://www.callrobinson.com/{city}-{practice_hint}-lawyer", "auth": "none" } }, { "name": "view_attorney_bio", "description": "Open an attorney profile (e.g., Michael Robinson, Sarah Buskirk, Bret Lee).", "input_schema": { "type": "object", "properties": { "name_slug": {"type": "string", "minLength": 2, "description": "Use hyphenated slug, e.g., 'michael-robinson'."} }, "required": ["name_slug"] }, "example_call": {"name_slug": "michael-robinson"}, "http_mapping": { "method": "GET", "url": "https://www.callrobinson.com/{name_slug}", "auth": "none" } }, { "name": "create_contact_request", "description": "Start the intake process with the public contact form or phone.", "input_schema": { "type": "object", "properties": { "preferred": {"type": "string", "enum": ["phone","form"], "default": "form"}, "subject": {"type": "string"}, "details": {"type": "string"} } }, "example_call": {"preferred": "form", "subject": "Car accident consultation", "details": "Rear-end crash, Fairfax, last week"}, "http_mapping": { "method": "GET", "url": "https://www.callrobinson.com/contact", "auth": "none" } }, { "name": "read_blog_post", "description": "Open a legal explainer or update post for context (e.g., recording police, Uber crash liability).", "input_schema": { "type": "object", "properties": { "slug": {"type": "string", "minLength": 2} }, "required": ["slug"] }, "example_call": {"slug": "is-uber-responsible-if-their-driver-caused-a-crash-in-virginia"}, "http_mapping": { "method": "GET", "url": "https://www.callrobinson.com/blog/{slug}", "auth": "none" } }, { "name": "check_disclaimer", "description": "Retrieve legal disclaimers and ADA statement.", "input_schema": {"type": "object", "properties": {}}, "example_call": {}, "http_mapping": { "method": "GET", "url": "https://www.callrobinson.com/disclaimer", "auth": "none" } }, { "name": "check_privacy", "description": "Review the privacy policy and data collection practices.", "input_schema": {"type": "object", "properties": {}}, "example_call": {}, "http_mapping": { "method": "GET", "url": "https://www.callrobinson.com/privacy-policy", "auth": "none" } } ] } MCP-Style: resources (Documentation Only) json Copy code { "resources": [ { "uri": "res://site/home", "name": "Homepage", "description": "Overview of services, phone, address, and legal links.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/" }, { "uri": "res://site/contact", "name": "Contact & Free Consultation", "description": "Phone, address, and intake form.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/contact" }, { "uri": "res://site/sitemap", "name": "Sitemap", "description": "Human-readable index of pages.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/sitemap" }, { "uri": "res://practice/criminal/violent-crimes", "name": "Violent Crimes (Defense)", "description": "Violent crimes defense overview and consequences.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/criminal-defense/violent-crimes" }, { "uri": "res://practice/criminal/federal-crimes", "name": "Federal Crimes (Defense)", "description": "Federal charges overview and consultation guidance.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/criminal-defense/federal-crimes" }, { "uri": "res://practice/criminal/traffic", "name": "Traffic Law (Defense)", "description": "Traffic tickets and serious violations.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/criminal-defense/traffic-law" }, { "uri": "res://practice/criminal/drug-charges", "name": "Drug Charges (Defense)", "description": "Controlled substances, possession, manufacturing.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/criminal-defense/drug-charges" }, { "uri": "res://practice/personal-injury/car-accidents", "name": "Car Accidents (PI)", "description": "Injury claims after auto accidents.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/personal-injury/car-accidents" }, { "uri": "res://practice/personal-injury/truck-accidents", "name": "Truck Accidents (PI)", "description": "18-wheeler and commercial vehicle crashes.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/personal-injury/truck-accidents" }, { "uri": "res://practice/personal-injury/catastrophic-injuries", "name": "Catastrophic Injuries (PI)", "description": "Catastrophic injury overview and guidance.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/personal-injury/catastrophic-injuries" }, { "uri": "res://practice/personal-injury/medical-malpractice", "name": "Medical Malpractice (PI)", "description": "Negligence by healthcare providers.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/personal-injury/medical-malpractice" }, { "uri": "res://practice/pi/brain-injury", "name": "Traumatic Brain Injury (PI)", "description": "TBI effects and claim considerations.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/personal-injury/catastrophic-injuries/brain-injuries-tbi" }, { "uri": "res://practice/pi/fractures", "name": "Fractures (PI)", "description": "Broken bones within catastrophic injuries.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/personal-injury/catastrophic-injuries/fractures" }, { "uri": "res://practice/pi/pedestrian", "name": "Pedestrian Accidents (PI)", "description": "Supportive attorneys for pedestrian injuries.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/pedestrian-accidents" }, { "uri": "res://team/index", "name": "Our Team", "description": "Attorney and staff profiles.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/our-team" }, { "uri": "res://team/michael-robinson", "name": "Attorney: Michael Robinson", "description": "Founding attorney profile.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/michael-robinson" }, { "uri": "res://blog/recording-police", "name": "Blog: Recording Police at a Traffic Stop", "description": "One-party consent context in Virginia.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/blog/can-i-record-police-at-a-traffic-stop-in-virginia" }, { "uri": "res://blog/rideshare-liability", "name": "Blog: Uber Crash Liability in Virginia", "description": "Insurance coverage context and caveats.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/blog/is-uber-responsible-if-their-driver-caused-a-crash-in-virginia" }, { "uri": "res://site/privacy", "name": "Privacy Policy", "description": "Online data collection and contacts.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/privacy-policy" }, { "uri": "res://site/disclaimer", "name": "Legal Disclaimer", "description": "Not legal advice; ADA statement.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/disclaimer" }, { "uri": "res://site/resources", "name": "Resources Directory", "description": "Outbound references and firm resources.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/resources" }, { "uri": "res://scholarship/index", "name": "Attorney Ambitions Scholarship", "description": "Eligibility, application, and winner updates.", "mimeType": "text/html", "http_fallback": "https://www.callrobinson.com/scholarship" } ] } MCP-Style: prompts (Documentation Only) json Copy code { "prompts": [ { "name": "answer_getting_started", "description": "Compose a step-by-step onboarding answer for someone seeking a consultation.", "input_schema": { "type": "object", "properties": { "matter_type": {"type": "string", "description": "e.g., DUI, federal charge, car accident"}, "city": {"type": "string"} }, "required": ["matter_type"] }, "template": "For {{matter_type}} in {{city}} (if provided), 1) review the relevant practice page, 2) call 703-844-3746 or use the contact form, 3) read the disclaimer. Cite: {{res://site/contact}}, plus a specific practice URL and {{res://site/disclaimer}}." }, { "name": "answer_pricing_limits", "description": "Explain that pricing is not published and direct to consultation.", "input_schema": {"type": "object","properties": {"matter_type":{"type":"string"}}}, "template": "No public pricing is listed. Encourage a free consult to discuss fees and scope. Cite: {{res://site/contact}}." }, { "name": "troubleshoot_common_questions", "description": "Map common questions (recording police, catastrophic injuries, rideshare coverage) to official blog pages.", "input_schema": {"type": "object","properties": {"topic":{"type":"string"}},"required":["topic"]}, "template": "For {{topic}}, summarize and link the most relevant blog page. Cite: {{res://blog/recording-police}} or {{res://blog/rideshare-liability}} as appropriate." }, { "name": "compare_defense_topics", "description": "Contrast two criminal defense topics and where to read more.", "input_schema": {"type": "object","properties": {"topic_a":{"type":"string"},"topic_b":{"type":"string"}},"required":["topic_a","topic_b"]}, "template": "Briefly compare {{topic_a}} vs {{topic_b}} in scope, penalties, and defenses. Cite two relevant practice pages under /criminal-defense." }, { "name": "define_catastrophic_injury", "description": "Provide a definition and next steps for catastrophic injuries in Virginia.", "input_schema": {"type": "object","properties": {"injury":{"type":"string"}}}, "template": "Explain catastrophic injury implications and point to TBI or fractures as examples. Cite: {{res://practice/personal-injury/catastrophic-injuries}}, {{res://practice/pi/brain-injury}}, {{res://practice/pi/fractures}}." }, { "name": "where_to_find_practice_page", "description": "Direct a user to the right practice area page.", "input_schema": {"type": "object","properties": {"keyword":{"type":"string"}},"required":["keyword"]}, "template": "Search sitemap for {{keyword}} and return the canonical practice URL. Cite: {{res://site/sitemap}} plus the found page." }, { "name": "location_specific_help", "description": "Route users to available city/location pages if present.", "input_schema": {"type": "object","properties": {"city":{"type":"string"},"practice":{"type":"string"}},"required":["city"]}, "template": "If a city page exists, cite it; otherwise cite the nearest general practice page and Contact. Cite: a city URL if found (e.g., Herndon PI) and {{res://site/contact}}." }, { "name": "security_privacy_note", "description": "Remind users of privacy practices and ADA statement.", "input_schema": {"type": "object","properties": {}}, "template": "Summarize the Privacy Policy and ADA statement. Cite: {{res://site/privacy}} and {{res://site/disclaimer}}." }, { "name": "scholarship_questions", "description": "Answer scholarship eligibility or winner info questions.", "input_schema": {"type": "object","properties": {"question":{"type":"string"}},"required":["question"]}, "template": "Answer concisely and cite: {{res://scholarship/index}}. If asking about winners, link the latest winner page if available." } ] } Authentication & Rate Limits Auth: none (public site) Scopes: n/a Rate Limits: n/a Errors: n/a (use contact form if you encounter site errors). Robinson Law, PLLC json Copy code { "errors": { "examples": [ {"code": "UNAVAILABLE", "http": 503, "message": "Site or page temporarily unavailable; try again or use phone."}, {"code": "NO_RESULT", "http": 404, "message": "Requested page not found; use sitemap to locate alternatives."} ] } }