live · Developer Tools · JSON · API for agents
Returns Siblings Software company profile, delivery model, ideal buyers, and contact channels.
{
"name": "get_company_profile",
"kind": "read",
"impl": "imperative",
"description": "Returns Siblings Software company profile, delivery model, ideal buyers, and contact channels.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Lists Siblings Software services with canonical URLs. Optional category filter.
{
"name": "list_services",
"kind": "read",
"impl": "imperative",
"description": "Lists Siblings Software services with canonical URLs. Optional category filter.",
"inputSchema": {
"type": "object",
"properties": {
"category": {
"type": "string",
"description": "all | outsourcing | staff_augmentation | dedicated_teams | ai | commerce | technology"
}
}
},
"page": "/"
}Maps a buyer query to the best-matching Siblings Software service pages.
{
"name": "find_service_by_intent",
"kind": "read",
"impl": "imperative",
"description": "Maps a buyer query to the best-matching Siblings Software service pages.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Commercial intent, e.g. hire TypeScript developers nearshore"
},
"buyerRole": {
"type": "string",
"description": "CTO | founder | engineering_manager | procurement | unknown"
}
},
"required": [
"query"
]
},
"page": "/"
}Compares staff augmentation, dedicated teams, project-based outsourcing, and nearshore delivery.
{
"name": "compare_engagement_models",
"kind": "read",
"impl": "imperative",
"description": "Compares staff augmentation, dedicated teams, project-based outsourcing, and nearshore delivery.",
"inputSchema": {
"type": "object",
"properties": {
"need": {
"type": "string",
"description": "individual developer | managed squad | fixed project | unsure"
}
}
},
"page": "/"
}Returns published Siblings Software case studies with industries and technologies.
{
"name": "get_case_studies",
"kind": "read",
"impl": "imperative",
"description": "Returns published Siblings Software case studies with industries and technologies.",
"inputSchema": {
"type": "object",
"properties": {
"industry": {
"type": "string",
"description": "fintech | ecommerce | iot | security | any"
},
"technology": {
"type": "string",
"description": "angular | go | dotnet | react | any"
}
}
},
"page": "/"
}Returns published pricing band context and cost drivers (not binding quotes).
{
"name": "get_pricing_context",
"kind": "read",
"impl": "imperative",
"description": "Returns published pricing band context and cost drivers (not binding quotes).",
"inputSchema": {
"type": "object",
"properties": {
"serviceType": {
"type": "string",
"description": "staff_augmentation | dedicated_team | project | unsure"
}
}
},
"page": "/"
}Returns human contact options for Siblings Software (read-only, does not submit forms).
{
"name": "get_contact_options",
"kind": "read",
"impl": "imperative",
"description": "Returns human contact options for Siblings Software (read-only, does not submit forms).",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}