Husky Home Finder MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dedupe_checkB | Find likely duplicate mock submissions using a form-specific matching rule. |
| summarize_batchB | Create a privacy-preserving aggregate summary for a single form type. |
| classify_submissionA | Use GPT-5.6 to classify a form's redacted submissions for human review. Provide text to classify one new pasted submission; omit it to analyze mock data. AI labels are suggestions, never automatic decisions. |
| extract_fieldsA | Use GPT-5.6 to extract structured quality, amenity, and concern data from apartment-review text. Provide text to process one new review; omit it to process mock reviews. No contact details are sent. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a distinct purpose: classification, deduplication, field extraction, and summarization. No overlap or ambiguity.
All tool names follow a consistent verb_noun snake_case pattern: classify_submission, dedupe_check, extract_fields, summarize_batch.
4 tools is an appropriate size for a focused analysis server, covering key operations without redundancy.
The tool set covers the main analytical workflow for apartment reviews: classification, dedup, extraction, and summarization. No obvious gaps for the stated purpose.