Tool tree
Organize and export your LinkedIn saved posts with LinkedMash. Search, label, and sync to Notion, Sheets, or Airtable. Use AI to turn insights into action.
get_linkedmash_developer_resourcesAnswer
Return canonical LinkedMash API, MCP, authentication, Agent Skill, and developer documentation URLs.
View tool JSON
{
"name": "get_linkedmash_developer_resources",
"kind": "answer",
"impl": "imperative",
"description": "Return canonical LinkedMash API, MCP, authentication, Agent Skill, and developer documentation URLs.",
"inputSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"resource": {
"type": "string",
"enum": [
"all",
"api",
"mcp",
"auth",
"skill"
],
"description": "Resource category to return. Use all when unsure.",
"default": "all"
}
}
}
}