Extract-Image
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XBY_APIKEY | Yes | 你的实际apikey (Your actual API key) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| extract_image_from_fileC | Extract and analyze images from local file paths. Supports visual content understanding, OCR text extraction, and object recognition for screenshots, photos, diagrams, and documents. |
| extract_image_from_urlB | Extract and analyze images from web URLs. Perfect for analyzing web screenshots, online photos, diagrams, or any image accessible via HTTP/HTTPS for visual content analysis and text extraction. |
| extract_image_from_base64A | Extract and analyze images from base64-encoded data. Ideal for processing screenshots from clipboard, dynamically generated images, or images embedded in applications without requiring file system access. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose based on the input source: base64-encoded data, local file paths, and web URLs. The descriptions reinforce this by specifying unique use cases (e.g., clipboard screenshots, local files, web images), leaving no ambiguity for an agent to misselect tools.
All tool names follow a consistent verb_noun_from_source pattern (extract_image_from_base64, extract_image_from_file, extract_image_from_url), using snake_case throughout. This predictability makes it easy for agents to understand and navigate the tool set.
With 3 tools, the server is well-scoped for its purpose of extracting images from different sources. Each tool earns its place by covering distinct input methods (base64, file, URL), avoiding redundancy while ensuring comprehensive coverage for the domain.
The tool set provides complete coverage for extracting images from all common sources: base64 data, local files, and URLs. There are no obvious gaps, as these cover the primary ways images are accessed in applications, web contexts, and file systems, enabling agents to handle a wide range of scenarios without dead ends.