{"server":{"name":"studio-communications-mcp","version":"0.1.0","title":"STUDIO COMMUNICATIONS"},"tools":[{"name":"get_studio_info","title":"Get studio info","description":"Return contact details, address, hours, and social links for STUDIO COMMUNICATIONS.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"list_services","title":"List services","description":"List all services offered by STUDIO COMMUNICATIONS with slug, name, tagline, and summary.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_service","title":"Get service","description":"Get full details for a single service by slug (e.g. 'brand-strategy').","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"slug":{"type":"string","minLength":1,"description":"Service slug"}},"required":["slug"]},"outputSchema":null},{"name":"list_industries","title":"List industries","description":"List industry verticals the studio serves.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_industry","title":"Get industry","description":"Get details for a single industry by slug.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"slug":{"type":"string","minLength":1}},"required":["slug"]},"outputSchema":null},{"name":"list_projects","title":"List portfolio projects","description":"List featured portfolio projects (Work).","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"list_case_studies","title":"List case studies","description":"List narrative case studies.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_case_study","title":"Get case study","description":"Get a single case study by slug.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"slug":{"type":"string","minLength":1}},"required":["slug"]},"outputSchema":null},{"name":"list_insights","title":"List insights","description":"List editorial insights / articles.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{}},"outputSchema":null},{"name":"get_insight","title":"Get insight","description":"Get a single insight article by slug.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"slug":{"type":"string","minLength":1}},"required":["slug"]},"outputSchema":null},{"name":"list_faqs","title":"List FAQs","description":"List frequently asked questions grouped by topic. Optionally filter by a search term matched against questions and answers.","annotations":{"readOnlyHint":true,"idempotentHint":true,"openWorldHint":false},"inputSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"query":{"description":"Optional case-insensitive search term","type":"string"}}},"outputSchema":null}]}