3 tools registered. Strongest in task completion, weakest in tool quality.
{ name: "portfolio_get_profile" /* short, unique, verb-based */ }portfolio_get_profile: weak; portfolio_list_experience: weak; portfolio_list_projects: weak{
name: "portfolio_get_profile",
description: "Describe what this tool does, when to use it, and what it returns."
}{
"name": "portfolio_get_profile",
"description": "Get Vishwajeet Raj's professional profile, skills, tools, and public links.",
"inputSchema": null,
"annotations": {
"readOnlyHint": true
}
}obstruction: weakportfolio_list_experience: declares no required list, so an agent cannot tell which parameters are mandatory; portfolio_list_projects: declares no required list, so an agent cannot tell which paramete{
name: "portfolio_list_experience",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "portfolio_get_profile" /* short, unique, verb-based */ }portfolio_get_profile: weak; portfolio_list_experience: weak; portfolio_list_projects: weak{
name: "portfolio_get_profile",
description: "Describe what this tool does, when to use it, and what it returns."
}{}