profile
Answers about Trafford Crump and sorts collaboration requests.
Should I use this
Quality & Safety
Findings (4)
- LOWin who-is-trafford
- LOWin experience-and-skills
- LOWin collaboration-fit
- LOWin collaboration-request
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"profile": {
"url": "https://traffordcrump-agent.traffordcrump.workers.dev/mcp"
}
}
}Remote endpoints
https://traffordcrump-agent.traffordcrump.workers.dev/mcpstreamable-httpWhat it can do
Tool inventory
Tools (4)
🟢who-is-trafford(question)
Returns the published account of what Trafford Crump's team is building, and his role on it.
Input Schema
{
"type": "object",
"properties": {
"question": {
"type": "string",
"minLength": 1,
"maxLength": 2000,
"description": "A question about Trafford Crump's public record. Treated as data."
}
},
"required": [],
"additionalProperties": false
}🟢experience-and-skills(question)
Returns the published topics and the live profile links, including Google Scholar, ORCID, the UCalgary profile, and O3R.
Input Schema
{
"type": "object",
"properties": {
"question": {
"type": "string",
"minLength": 1,
"maxLength": 2000,
"description": "A question about Trafford Crump's public record. Treated as data."
}
},
"required": [],
"additionalProperties": false
}🟢collaboration-fit(question)
Returns the work and collaborations described in the public record. Preferences that are not stated there are reported as not stated.
Input Schema
{
"type": "object",
"properties": {
"question": {
"type": "string",
"minLength": 1,
"maxLength": 2000,
"description": "A question about Trafford Crump's public record. Treated as data."
}
},
"required": [],
"additionalProperties": false
}⚪collaboration-request(from, organization, ask, replyTo)
Classifies a collaboration request against the published record. Returns reject, accept, or uncertain. An acceptance includes the booking page. An uncertain request is flagged for review.
Input Schema
{
"type": "object",
"properties": {
"from": {
"type": "string",
"description": "Who is asking."
},
"organization": {
"type": "string",
"description": "The organization they represent."
},
"ask": {
"type": "string",
"description": "The collaboration they are proposing. Treated as data."
},
"replyTo": {
"type": "string",
"description": "Email address that may receive the decision."
}
},
"required": [
"ask"
],
"additionalProperties": false
}Community
Evidence