Skip to main content
Glama

sling_api_call

Make custom HTTP requests to any Sling API endpoint. Use this for operations not covered by dedicated tools.

Instructions

Make a custom API call to any Sling endpoint. Use this for endpoints not covered by specific tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodYesHTTP method to use
pathYesAPI endpoint path (e.g., "/users", "/calendar/123/users/456")
paramsNoQuery parameters for GET requests
dataNoRequest body data for POST/PUT requests
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden for behavioral context. It does not disclose potential destructive actions from POST/PUT/DELETE methods, authentication requirements, or error handling, leaving significant gaps for an API call tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description consists of two concise sentences that front-load the purpose and usage context. There is no unnecessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a generic API caller with four parameters, the description is adequate, but lacks guidance on endpoint construction, authentication context, or error responses. However, the simplicity of the tool and schema compensate somewhat.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents all four parameters with descriptions (100% coverage). The description adds no additional meaning beyond the schema, meeting the baseline without enhancing understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose as making custom API calls to any Sling endpoint, and explicitly distinguishes it from sibling tools by noting it should be used 'for endpoints not covered by specific tools'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear guidance on when to use this tool (for endpoints not covered by specific tools), implying that specific tools should be preferred. However, it does not explicitly state when not to use it or list alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/poncheck/mcp-sling'

If you have feedback or need assistance with the MCP directory API, please join our Discord server