S

siblingssoftware.com.ar

Spanish-language site for Siblings Software, an Argentina-based (Córdoba) software development and staff-augmentation company. Read-only WebMCP tools let an agent read the company profile, list and search services by buyer intent, compare engagement models, browse case studies, and pull pricing context, plus a declarative contact-form tool to send an inquiry.

6read
2action
https://siblingssoftware.com.ar/

live · Developer Tools · JSON · API for agents

Tools 8 tools

get_company_profileread

Returns Siblings Software company profile, delivery model, ideal buyers, and contact channels.

View tool JSON
{
  "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": "/"
}
list_servicesread

Lists Siblings Software services with canonical URLs. Optional category filter.

View tool JSON
{
  "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": "/"
}
find_service_by_intentread

Maps a buyer query to the best-matching Siblings Software service pages.

View tool JSON
{
  "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": "/"
}
compare_engagement_modelsaction

Compares staff augmentation, dedicated teams, project-based outsourcing, and nearshore delivery.

View tool JSON
{
  "name": "compare_engagement_models",
  "kind": "action",
  "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": "/"
}
get_case_studiesread

Returns published Siblings Software case studies with industries and technologies.

View tool JSON
{
  "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": "/"
}
get_pricing_contextread

Returns published pricing band context and cost drivers (not binding quotes).

View tool JSON
{
  "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": "/"
}
get_contact_optionsread

Returns human contact options for Siblings Software (read-only, does not submit forms).

View tool JSON
{
  "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": "/"
}
contactSiblingsSoftwareaction

Send a message to Siblings Software to inquire about software development outsourcing services, staff augmentation, or request a quote

View tool JSON
{
  "name": "contactSiblingsSoftware",
  "kind": "action",
  "impl": "declarative",
  "description": "Send a message to Siblings Software to inquire about software development outsourcing services, staff augmentation, or request a quote",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": "Nombre *"
      },
      "email": {
        "type": "string",
        "description": "Email *"
      },
      "phone": {
        "type": "string",
        "description": "Teléfono"
      },
      "company": {
        "type": "string",
        "description": "Empresa"
      },
      "message": {
        "type": "string",
        "description": "¿Cómo podemos ayudarte?* Escribí al menos 20 caracteres"
      },
      "website": {
        "type": "string"
      }
    },
    "required": [
      "name",
      "email",
      "message"
    ]
  },
  "page": "/"
}