instagram_profile_basic_get
ActiveTool of Social Fetch
declared in 0.19.0
Get a lightweight Instagram profile by numeric user ID when you already have the id — prefer instagram.profile.get for handle lookups.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"userId"
],
"properties": {
"userId": {
"type": "string",
"pattern": "^\\d+$",
"maxLength": 32,
"minLength": 1,
"description": "Instagram numeric user id to look up."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries