Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apify
/
apify-mcp-server
Public
Notifications
You must be signed in to change notification settings
Fork
213
Star
3k
Code
Issues
96
Pull requests
13
Actions
Projects
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: Surface compact input schema on search-actors results
- #737
#737
Merged
MQ37
merged 23 commits into
master
apify/apify-mcp-server:master
from
feat/search-actors-input-fields
apify/apify-mcp-server:feat/search-actors-input-fields
Copy head branch name to clipboard
May 12, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
feat: Surface compact input schema on search-actors results
#737
MQ37
merged 23 commits into
master
apify/apify-mcp-server:master
from
feat/search-actors-input-fields
apify/apify-mcp-server:feat/search-actors-input-fields
Copy head branch name to clipboard
Commits
Commits on May 7, 2026
feat: Surface compact input schema on search-actors results
Show description for b4e23ca
MQ37
committed
b4e23ca
View commit details
Copy full SHA for b4e23ca
Browse repository at this point
fix: Drop limit cap, drop rental over-fetch, add observability log
Show description for f44962c
MQ37
committed
f44962c
View commit details
Copy full SHA for f44962c
Browse repository at this point
chore: Render full inputSchema in text card, rename "Input fields" to "Input schema"
Show description for a1b1bb0
MQ37
committed
a1b1bb0
View commit details
Copy full SHA for a1b1bb0
Browse repository at this point
chore: Trim PR comments and redundant tests
MQ37
committed
028d158
View commit details
Copy full SHA for 028d158
Browse repository at this point
fix: Clamp `limit` to STORE_INPUT_SCHEMA_PAGE_LIMIT when includeInputSchema=true
MQ37
committed
c04d43a
View commit details
Copy full SHA for c04d43a
Browse repository at this point
feat: Trim text inputSchema to 20 fields with `... (+N more)` suffix
MQ37
committed
a12ffdd
View commit details
Copy full SHA for a12ffdd
Browse repository at this point
feat: Cap search-actors limit at 10 and drop rental observability check
Show description for 6106ffb
MQ37
committed
6106ffb
View commit details
Copy full SHA for 6106ffb
Browse repository at this point
revert: Drop "constants in src/const.ts" CLAUDE.md rule
Show description for a7c9d05
MQ37
committed
a7c9d05
View commit details
Copy full SHA for a7c9d05
Browse repository at this point
refactor: Rename STORE_INPUT_SCHEMA_* constants
Show description for cfe7260
MQ37
committed
cfe7260
View commit details
Copy full SHA for cfe7260
Browse repository at this point
fix(actor_search): Throw on incompatible limit + includeInputSchema combo
Show description for 5c79c36
MQ37
committed
5c79c36
View commit details
Copy full SHA for 5c79c36
Browse repository at this point
refactor: Rename LLM-facing "input schema" to "input fields"
Show description for 3120d46
MQ37
committed
3120d46
View commit details
Copy full SHA for 3120d46
Browse repository at this point
test(actor_search): Replace double-cast factory with typed defaults + Partial overrides
Show description for 2c22b9f
MQ37
committed
2c22b9f
View commit details
Copy full SHA for 2c22b9f
Browse repository at this point
test(actor_card): Fix misleading truncation test + add real coverage
Show description for 8824929
MQ37
committed
8824929
View commit details
Copy full SHA for 8824929
Browse repository at this point
refactor: Rename structured `inputSchema` -> `inputFields` and trim redundant tests
Show description for 48706f5
MQ37
committed
48706f5
View commit details
Copy full SHA for 48706f5
Browse repository at this point
test(integration): Update rental Actors test for the new `limit` cap
Show description for a2be576
MQ37
committed
a2be576
View commit details
Copy full SHA for a2be576
Browse repository at this point
test(actor_card): Drop redundant boundary test, fold negative assertion into base test
Show description for df9148a
MQ37
committed
df9148a
View commit details
Copy full SHA for df9148a
Browse repository at this point
refactor(search): rename searchAndFilterActors -> searchAgentSafeActors
Show description for 777419a
MQ37
committed
777419a
View commit details
Copy full SHA for 777419a
Browse repository at this point
docs(search-actors): drop stale rental-filter caveat from tool description
Show description for b6833fe
MQ37
committed
b6833fe
View commit details
Copy full SHA for b6833fe
Browse repository at this point
refactor(schemas): encode inputFields shape on actorInfoSchema
Show description for ea5182b
MQ37
committed
ea5182b
View commit details
Copy full SHA for ea5182b
Browse repository at this point
Commits on May 11, 2026
Update src/tools/core/search_actors_common.ts
Show description for b9ac04f
MQ37
and
jirispilka
authored
b9ac04f
View commit details
Copy full SHA for b9ac04f
Browse repository at this point
Update src/const.ts
Show description for 4bf8cad
MQ37
and
jirispilka
authored
4bf8cad
View commit details
Copy full SHA for 4bf8cad
Browse repository at this point
refactor(actor-search): rename text-card field cap and require limit
Show description for 3f80672
MQ37
committed
3f80672
View commit details
Copy full SHA for 3f80672
Browse repository at this point
refactor(actor-search): drop client-side limit cap throw, let API enforce
Show description for 3ca6cba
MQ37
committed
3ca6cba
View commit details
Copy full SHA for 3ca6cba
Browse repository at this point
You can’t perform that action at this time.