OpenAPI Function Calling
Independent PiSkill directory guide. The original prompt remains hosted by OpenAI Cookbook.
What does this prompt do?
Transforms an OpenAPI description into callable tools and demonstrates how a model selects operations, supplies arguments, handles responses, and respects API boundaries.
Primary use case
Create model tools from an OpenAPI specification.
Expected output
Tool definitions and a controlled function-calling workflow.
Inputs or variables
- OpenAPI specification
- user request
- authentication context
Related prompts
Codex Prompting Guide
Provides a source-linked recipe for structuring coding tasks, context, constraints, tool use, iteration, and verification when working with Codex-oriented models.
Semantic Code Search
Creates an embedding-based code-search workflow that indexes meaningful code units and retrieves relevant context for a natural-language development question.
Autofix GitHub Actions with Codex
Demonstrates a Codex workflow that reads failed GitHub Actions evidence, identifies the responsible change or configuration, proposes a focused repair, and validates it.
Claude Frontend Aesthetics
Shows how concrete visual direction, layout goals, reference language, interaction details, and iteration constraints improve frontend generation beyond vague requests for polish.
Claude Text Classification
Builds a Claude classification workflow with clear labels, representative examples, structured outputs, ambiguity handling, and evaluation over realistic cases.
Deep Research API Workflow
Shows how to frame a research question, provide source access, run a deep-research workflow, and return a cited synthesis with transparent limitations.