Tool tree
Personal CRM and professional relationship management
youspot_askAnswer
Ask a question about YouSpot and get the passages from this site that answer it, each with its URL. Use this rather than reading the page when the answer might be on a different one.
View tool JSON
{
"name": "youspot_ask",
"kind": "answer",
"impl": "imperative",
"description": "Ask a question about YouSpot and get the passages from this site that answer it, each with its URL. Use this rather than reading the page when the answer might be on a different one.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "The question, in plain words."
},
"limit": {
"type": "integer",
"description": "How many results. 1 to 20."
}
},
"required": [
"query"
]
}
}youspot_list_mcp_toolsAnswer
List the tools YouSpot's MCP server offers over a member's own CRM, and what a credential is needed for.
View tool JSON
{
"name": "youspot_list_mcp_tools",
"kind": "answer",
"impl": "imperative",
"description": "List the tools YouSpot's MCP server offers over a member's own CRM, and what a credential is needed for.",
"inputSchema": {
"type": "object",
"properties": {}
}
}youspot_read_pageAnswer
Read any page on this site as markdown, without its navigation and layout. Takes a path such as /docs/mcp or /pricing.
View tool JSON
{
"name": "youspot_read_page",
"kind": "answer",
"impl": "imperative",
"description": "Read any page on this site as markdown, without its navigation and layout. Takes a path such as /docs/mcp or /pricing.",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "A path on youspot.com."
}
},
"required": [
"path"
]
}
}